diff --git a/app/routes/__init__.py b/app/routes/__init__.py index 47dde7d..a24cb99 100644 --- a/app/routes/__init__.py +++ b/app/routes/__init__.py @@ -8,6 +8,7 @@ from app.routes import ( currencies, # noqa: F401 taxes, # noqa: F401 sequences, # noqa: F401 + system_settings, # noqa: F401 health, # noqa: F401 import_export, # noqa: F401 metrics, # noqa: F401