This commit is contained in:
2024-07-05 10:42:10 +03:00
parent 4d54b91727
commit f999d1a043

View File

@@ -21,7 +21,7 @@ async def check_auth(token: Annotated[HTTPAuthorizationCredentials, Depends(auth
app = FastAPI(
dependencies=[
# Depends(check_auth)
Depends(check_auth)
]
)