feat: billing guest access

This commit is contained in:
2024-08-08 07:49:53 +03:00
parent a7c4fabed0
commit 97f835ffde
30 changed files with 682 additions and 140 deletions

View File

@@ -42,6 +42,7 @@ routers_list = [
routers.marketplace_router,
routers.payroll_router,
routers.time_tracking_router,
routers.billing_router
]
for router in routers_list:
app.include_router(router)