UNPKG

express-dynamic-router-creator

Version:

With this module you will be able to write dynamic created routing with express.

10 lines (7 loc) 160 B
'use strict'; const allowedMethods = require('./allowedMethods'); const texts = require('./texts'); module.exports = { allowedMethods, texts, };