api-router
api-router copied to clipboard
How to support email in a route?
I would like to create a route with email (www.api.com/api/users/[email protected]/), but I always get 404 error even with %40
instead of @
. Is there a way how to do it?
Thanks