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:
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…
Reference in New Issue
Block a user