feat(core): register sequence routes

This commit is contained in:
2026-07-04 00:24:40 +00:00
parent c65f515b61
commit 3a7156cdcd
+1
View File
@@ -7,6 +7,7 @@ from app.routes import (
contacts, # noqa: F401 contacts, # noqa: F401
currencies, # noqa: F401 currencies, # noqa: F401
taxes, # noqa: F401 taxes, # noqa: F401
sequences, # noqa: F401
health, # noqa: F401 health, # noqa: F401
import_export, # noqa: F401 import_export, # noqa: F401
metrics, # noqa: F401 metrics, # noqa: F401