You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: move CORS config to utils and suppress warning on --version (#19)
- Move configure_cors function from api.py to utils.py to break circular import
- Add sys.argv check to suppress CORS warnings during --version command
- Call configure_cors during FastAPI app creation instead of lifespan
0 commit comments