feat: attributes in cards and projects

This commit is contained in:
2025-02-27 18:34:38 +04:00
parent c6c006d45b
commit a2c9fd8e3b
16 changed files with 391 additions and 27 deletions

View File

@@ -30,6 +30,7 @@ app.add_middleware(
)
routers_list = [
routers.attribute_router,
routers.auth_router,
routers.card_router,
routers.card_group_router,