contributte / api-router

:man: RESTful router for your API in Nette Framework (@nette). Created either directly or via annotation.

Home Page:https://contributte.org/packages/contributte/api-router.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to support email in a route?

martinjinda opened this issue · comments

I would like to create a route with email (www.api.com/api/users/email@test.com/), but I always get 404 error even with %40 instead of @. Is there a way how to do it?

Thanks