From d1c4c217376699510c4f4167ce4748e67647c23f Mon Sep 17 00:00:00 2001 From: altaf-creator Date: Fri, 23 Jan 2026 09:51:49 +0800 Subject: oops --- backend/main.py | 1 + 1 file changed, 1 insertion(+) (limited to 'backend') diff --git a/backend/main.py b/backend/main.py index e2c7163..c0bfe51 100644 --- a/backend/main.py +++ b/backend/main.py @@ -535,6 +535,7 @@ def admin_check(response: fastapi.Response, admin_auth: Annotated[str | None, fa response.status_code = fastapi.status.HTTP_401_UNAUTHORIZED return "Get out." + # --- override each machine status @app.post("/override_status", response_class=PlainTextResponse) def override_status(data: OverrideMachineData, response: fastapi.Response, admin_auth: Annotated[str | None, fastapi.Cookie()] = None): -- cgit v1.2.3