fix(router): handle only 401 request errors

This commit is contained in:
Tiara Rodney 2022-04-03 01:26:24 +02:00
parent 8016ee7f29
commit 096921ab07

View file

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