You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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>)```
The text was updated successfully, but these errors were encountered:
I should be able write routes using words in uppercase when describing the route's methods, something like:
In the current version, when I do this the following error occurs:
The text was updated successfully, but these errors were encountered: