feat(core): register tax routes

This commit is contained in:
2026-07-04 00:23:35 +00:00
parent 3d3133a7d0
commit 2a027a7f17
+1
View File
@@ -6,6 +6,7 @@ from app.routes import (
companies, # noqa: F401
contacts, # noqa: F401
currencies, # noqa: F401
taxes, # noqa: F401
health, # noqa: F401
import_export, # noqa: F401
metrics, # noqa: F401