Added another origin for requests to the agent server

This commit is contained in:
SwiftyOS
2023-09-18 16:33:24 +02:00
parent 8b3a915b2f
commit 060ba0721f

View File

@@ -42,6 +42,8 @@ class Agent:
origins = [
"http://localhost:5000",
"http://127.0.0.1:5000",
"http://localhost:8000",
"http://127.0.0.1:8000",
# Add any other origins you want to whitelist
]