UNPKG

express-dynamic-router-creator

Version:

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

17 lines (15 loc) 179 B
'use strict'; module.exports = [ 'get', 'post', 'put', 'delete', 'options', 'patch', 'copy', 'head', 'link', 'unlink', 'purge', 'use', ];