Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 22bdd84

Browse files
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)

AltStyle によって変換されたページ (->オリジナル) /