Browse Source

ble-ai api route protection fix error missing file

errorlogbug
Lorenzo Pollutri 4 months ago
parent
commit
77d438c1ce
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      app.py

+ 1
- 0
app.py View File

@@ -45,6 +45,7 @@ from models.httpresponse import httpResponse400, httpResponse200, httpResponse50
from fastapi_login import LoginManager from fastapi_login import LoginManager


from core.security import manager, NotAuthenticatedException from core.security import manager, NotAuthenticatedException
from security import get_current_user


from routes import auth as _auth from routes import auth as _auth
auth_router = _auth.router auth_router = _auth.router


Loading…
Cancel
Save