feat: temp barcode templates

This commit is contained in:
2024-05-03 17:07:36 +03:00
parent 4f62bb2468
commit 99f0308a8a
10 changed files with 341 additions and 1 deletions

View File

@@ -31,6 +31,7 @@ routers_list = [
routers.client_router,
routers.service_router,
routers.product_router,
routers.barcode_router
]
for router in routers_list:
app.include_router(router)