Escaping characters in file router
Hi everyone. Does anyone know a way to escape characters using the file router so they are used in the route as is.
For example I want my API route to be
/api/modules.account.proto.AccountController/Login
. Currently this becomes /api/modules/account/proto/AccountController/Login
. It has to be this format due to backend RPC code generation.4 Replies
foreign-sapphireOP•6mo ago
Doesn't seem possible https://github.com/TanStack/router/discussions/3705
GitHub
Escaping special characters in routes: how to? · TanStack router ...
I am trying to figure out, when using the file router, how to escape characters that would otherwise cause special routing behaviors to be rendered literally in the route. I've done some diggin...
rival-black•6mo ago
will be possible soon
foreign-sapphireOP•6mo ago
That's great! Is there a PR I can follow for updates?
rival-black•6mo ago
not yet.