diff --git a/app/main.py b/app/main.py index b683f6e..95b23b4 100644 --- a/app/main.py +++ b/app/main.py @@ -142,6 +142,9 @@ async def lifespan(app: FastAPI): "/api/v1/users/recovery-code", "/api/v1/users/verify-recovery-code", "/api/v1/users/reset-password", + "/api/v1/universities", + "/api/v1/careers", + "/api/v1/courses", }, public_prefixes=(), )