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

Use Blueprints for API routes #54

Open
deadbits opened this issue Nov 15, 2023 · 0 comments
Open

Use Blueprints for API routes #54

deadbits opened this issue Nov 15, 2023 · 0 comments
Assignees
Labels
enhancement New feature or request restapi REST API server

Comments

@deadbits
Copy link
Owner

Utilize Flask's Blueprint feature to separate different routes into their own modules. This allows grouping related routes and keeps the main API server application cleaner.

@deadbits deadbits added enhancement New feature or request restapi REST API server labels Nov 15, 2023
@deadbits deadbits self-assigned this Nov 15, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request restapi REST API server
Projects
None yet
Development

No branches or pull requests

1 participant