mirror of
https://gitlab.com/MoonTestUse1/AdministrationItDepartmens.git
synced 2025-08-14 00:25:46 +02:00
change docker
This commit is contained in:
@@ -41,10 +41,6 @@ app.add_middleware(
|
|||||||
allow_methods=["*"],
|
allow_methods=["*"],
|
||||||
allow_headers=["*"],
|
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
|
# Auth endpoints
|
||||||
@app.post("/api/auth/login")
|
@app.post("/api/auth/login")
|
||||||
|
Reference in New Issue
Block a user