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

Check for missing route handlers #33

Open
pictographer opened this issue Jun 19, 2022 · 0 comments
Open

Check for missing route handlers #33

pictographer opened this issue Jun 19, 2022 · 0 comments

Comments

@pictographer
Copy link
Contributor

During development, it's useful to run the application before all the route handlers are defined. Before production, it is useful to verify that all route handlers have been defined.

Need a function api.get_undefined_routes() that returns a collection of route names with no handler so the app can report them at startup or exit if the collection isn't empty.

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

No branches or pull requests

1 participant