From 36219ba7dd345e3954a642305491d7b0dd62ac51 Mon Sep 17 00:00:00 2001 From: MoonTestUse1 Date: Mon, 23 Dec 2024 23:53:58 +0600 Subject: [PATCH] change docker --- backend/app/main.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/backend/app/main.py b/backend/app/main.py index 8ddf720..11004de 100644 --- a/backend/app/main.py +++ b/backend/app/main.py @@ -41,10 +41,6 @@ app.add_middleware( allow_methods=["*"], allow_headers=["*"], ) -app.include_router(auth.router, prefix="/api") -app.include_router(employees.router, prefix="/api") -app.include_router(requests.router, prefix="/api") -app.include_router(statistics.router, prefix="/api") # Auth endpoints @app.post("/api/auth/login")