mirror of
https://github.com/aljazceru/Auto-GPT.git
synced 2026-02-23 07:04:24 +01:00
Added another origin for requests to the agent server
This commit is contained in:
@@ -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
|
||||
]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user