Root path is still allowed when GRANIAN_URL_PATH_PREFIX
is set
#596
Answered
by
gi0baro
winstxnhdw
asked this question in
Q&A
-
I have set Is this intended? |
Beta Was this translation helpful? Give feedback.
Answered by
gi0baro
Jun 8, 2025
Replies: 1 comment
-
@winstxnhdw Granian – as any server – doesn't do anything in regards of routing. In fact, that option only sets the value in ASGI scope/WSGI environ. For anything routing related, you should check ASGI/WSGI/the framework documentation. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
winstxnhdw
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@winstxnhdw Granian – as any server – doesn't do anything in regards of routing. In fact, that option only sets the value in ASGI scope/WSGI environ.
For anything routing related, you should check ASGI/WSGI/the framework documentation.