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

Move API routes into separate routes.py #80

Merged
merged 1 commit into from
Apr 5, 2018
Merged

Move API routes into separate routes.py #80

merged 1 commit into from
Apr 5, 2018

Conversation

ikalnytskyi
Copy link
Member

Usually routes are shared between application instances, so there's no
real need to define them in-place in some application factory functions.
And if we move them into separate routes.py, we can make the project
easier for being explored by providing a single entry point (API) from
which everyone can traverse deep down to what they're looking for.

Usually routes are shared between application instances, so there's no
real need to define them in-place in some application factory functions.
And if we move them into separate routes.py, we can make the project
easier for being explored by providing a single entry point (API) from
which everyone can traverse deep down to what they're looking for.
@ikalnytskyi ikalnytskyi requested a review from malor March 26, 2018 18:45
@ikalnytskyi ikalnytskyi merged commit 31cc965 into master Apr 5, 2018
@ikalnytskyi ikalnytskyi deleted the routes branch April 5, 2018 19:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants