Add missing CORS origins.

pull/1906/head
grossmj 3 years ago
parent d8968cbee8
commit a795e0d7c1

@ -55,6 +55,8 @@ def get_application() -> FastAPI:
origins = [
"http://127.0.0.1",
"http://localhost",
"http://localhost:4200",
"http://127.0.0.1:4200"
"http://127.0.0.1:8080",
"http://localhost:8080",
"http://127.0.0.1:3080",

Loading…
Cancel
Save