-
Notifications
You must be signed in to change notification settings - Fork 248
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
URL_PREFIX is ignored #124
Comments
The URL_PREFIX is only used on the link for the URL. It is never used or implemented to used as subfolder. dont forget to change the app, because the static also need to use the subfolder |
much better is to use the code bellow `class PrefixMiddleware(object):
then you only need to add the PrefixMiddleware to the Flask app.
|
href pointing to / regardless of URL_PREFIX setting
The text was updated successfully, but these errors were encountered: