From 7d2381585662ca5d25a7914c0b74e4e2bf9b7b24 Mon Sep 17 00:00:00 2001 From: Leopoldadmin Date: Sat, 4 Jul 2026 00:22:07 +0000 Subject: [PATCH] feat(core): register currency routes --- app/routes/__init__.py | 1 + 1 file changed, 1 insertion(+) diff --git a/app/routes/__init__.py b/app/routes/__init__.py index 25a75d5..6193294 100644 --- a/app/routes/__init__.py +++ b/app/routes/__init__.py @@ -5,6 +5,7 @@ from app.routes import ( auth, # noqa: F401 companies, # noqa: F401 contacts, # noqa: F401 + currencies, # noqa: F401 health, # noqa: F401 import_export, # noqa: F401 metrics, # noqa: F401