HTTPASTE-12 feature(router): catch authentication error

This commit is contained in:
Tiara Rodney 2022-04-03 00:59:10 +02:00
parent 096921ab07
commit 6b46159fd0

View file

@ -241,6 +241,9 @@ def get_flask_app(config: Config) -> FlaskApp:
return application
__all__ = [
Config,
load_config,