1
0
mirror of https://github.com/GNS3/gns3-server synced 2024-11-28 11:18:11 +00:00

Add missing CORS origins.

This commit is contained in:
grossmj 2021-04-28 21:20:05 +09:30
parent d8968cbee8
commit a795e0d7c1

View File

@ -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",