From 3a7156cdcd5e992845217e8c8e5afa65c5558a19 Mon Sep 17 00:00:00 2001 From: Leopoldadmin Date: Sat, 4 Jul 2026 00:24:40 +0000 Subject: [PATCH] feat(core): register sequence routes --- app/routes/__init__.py | 1 + 1 file changed, 1 insertion(+) diff --git a/app/routes/__init__.py b/app/routes/__init__.py index 03666fa..47dde7d 100644 --- a/app/routes/__init__.py +++ b/app/routes/__init__.py @@ -7,6 +7,7 @@ from app.routes import ( contacts, # noqa: F401 currencies, # noqa: F401 taxes, # noqa: F401 + sequences, # noqa: F401 health, # noqa: F401 import_export, # noqa: F401 metrics, # noqa: F401