ソースを参照

ble-ai api route protection fix error missing file

errorlogbug
Lorenzo Pollutri 1ヶ月前
コミット
77d438c1ce
1個のファイルの変更1行の追加0行の削除
  1. +1
    -0
      app.py

+ 1
- 0
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


読み込み中…
キャンセル
保存