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
Currently there is no way to define a route with colon in the path (expect regular expressions of course)
Some companies require following the Google API conventions which use colon
It seems Express.js allows that by using doubled colon or by wrapping colon in the brackets
I believe Fastify should also have a way to achieve this behavior
The text was updated successfully, but these errors were encountered:
Currently there is no way to define a route with colon in the path (expect regular expressions of course)
Some companies require following the Google API conventions which use colon
It seems Express.js allows that by using doubled colon or by wrapping colon in the brackets
I believe Fastify should also have a way to achieve this behavior
The text was updated successfully, but these errors were encountered: