From 77d438c1ce58ee9b172fdd4fe2db924eee7d97dc Mon Sep 17 00:00:00 2001 From: pollutri Date: Thu, 12 Feb 2026 15:52:59 +0100 Subject: [PATCH] ble-ai api route protection fix error missing file --- app.py | 1 + 1 file changed, 1 insertion(+) diff --git a/app.py b/app.py index 6b286d9..e77b806 100644 --- a/app.py +++ b/app.py @@ -45,6 +45,7 @@ from models.httpresponse import httpResponse400, httpResponse200, httpResponse50 from fastapi_login import LoginManager from core.security import manager, NotAuthenticatedException +from security import get_current_user from routes import auth as _auth auth_router = _auth.router