fix(router): handle only 401 request errors

This commit is contained in:
Tiara Rodney 2022-04-03 01:26:24 +02:00
parent 6b46159fd0
commit c518f281e8

View file

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