We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Some students face the page not found problem without changing anything in the code, including requests that use the GET method.
GET
A temporary solution is to add the following line of code in the app.py file: https://github.com/udacity/FSND/blob/master/projects/01_fyyur/starter_code/app.py#L23
app.py
Code:
app.url_map.strict_slashes = False
Problem image:
The text was updated successfully, but these errors were encountered:
It is not a problem as it is supposed to work like this I guess.
Sorry, something went wrong.
No branches or pull requests
Some students face the page not found problem without changing anything in the code, including requests that use the
GET
method.A temporary solution is to add the following line of code in the
app.py
file:https://github.com/udacity/FSND/blob/master/projects/01_fyyur/starter_code/app.py#L23
Code:
Problem image:
The text was updated successfully, but these errors were encountered: