소스 검색

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


불러오는 중...
취소
저장