-
Notifications
You must be signed in to change notification settings - Fork 13
Open
Labels
bugSomething isn't workingSomething isn't workingenhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers
Description
I should be able write routes using words in uppercase when describing the route's methods, something like:
...
{
path: '/example',
methods: [
{
type: 'GET',
},
],
},
...
In the current version, when I do this the following error occurs:
TypeError: y[n] is not a function
at C (/home/rafaelberro/Projects/the-fake-backend/build/index.js:1:15624)
at Array.forEach (<anonymous>)
at M (/home/rafaelberro/Projects/the-fake-backend/build/index.js:1:15684)
at Array.forEach (<anonymous>)```
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingenhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers