Skip to content

Commit be9ee01

Browse files
committed
Add production frontend URL to CORS origins
1 parent 57809b1 commit be9ee01

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

api/v1/main.py

+1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77

88
origins = [
99
"http://localhost:5173",
10+
"https://finview-omega.vercel.app",
1011
]
1112

1213
app.add_middleware(

0 commit comments

Comments
 (0)