diff --git a/app/routes/__init__.py b/app/routes/__init__.py index 593f122..01bcc51 100644 --- a/app/routes/__init__.py +++ b/app/routes/__init__.py @@ -1,7 +1,9 @@ """Routes package.""" from app.routes import ( + addresses, # noqa: F401 ai_copilot, # noqa: F401 + audit, # noqa: F401 auth, # noqa: F401 companies, # noqa: F401 contacts, # noqa: F401