source:
node_modules/swagger-client/lib/helpers/id-from-path-method/legacy.js@
d24f17c
Last change on this file since d24f17c was d24f17c, checked in by , 15 months ago | |
---|---|
|
|
File size: 185 bytes |
Line | |
---|---|
1 | "use strict"; |
2 | |
3 | exports.__esModule = true; |
4 | exports.default = idFromPathMethodLegacy; |
5 | function idFromPathMethodLegacy(pathName, method) { |
6 | return `${method.toLowerCase()}-${pathName}`; |
7 | } |
Note:
See TracBrowser
for help on using the repository browser.