You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: