Skip to content
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

[#1308] Fix routes without trailing slash #30

Merged
merged 1 commit into from
Aug 19, 2017

Conversation

vitorbaptista
Copy link
Contributor

All routes now have a trailing slash, so both /cubes and /cubes/, for
example, work. See the "Unique URLs / Redirection Behaviour" in Flask docs to
understand why this happens.

Fixes openspending/openspending#1308

All routes now have a trailing slash, so both `/cubes` and `/cubes/`, for
example, work. See the "Unique URLs / Redirection Behaviour" in Flask docs to
understand why this happens.

Fixes openspending/openspending#1308
@coveralls
Copy link

coveralls commented Aug 19, 2017

Coverage Status

Coverage remained the same at 94.845% when pulling 40dc64f on bug/1308-fix-routes-without-trailing-slash into e95cb57 on master.

@vitorbaptista vitorbaptista merged commit d2664f6 into master Aug 19, 2017
@vitorbaptista vitorbaptista deleted the bug/1308-fix-routes-without-trailing-slash branch August 19, 2017 15:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants