Skip to content

Commit 22bdd84

Browse files
committed
cors: update
Signed-off-by: Arya Pratap Singh <notaryasingh@gmail.com>
1 parent 51aa4b4 commit 22bdd84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

agent/run_agent.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
app = FastAPI()
1414
app.add_middleware(
1515
CORSMiddleware,
16-
allow_origins=["http://localhost:3000"],
16+
allow_origins=["http://localhost:3000","https://learn-coding-with-copilotkit.vercel.app/"],
1717
allow_credentials=True,
1818
allow_methods=["*"],
1919
allow_headers=["*"],

0 commit comments

Comments
 (0)