Skip to content

Commit db836a0

Browse files
committed
Added prod site to CORS
1 parent a2bee5a commit db836a0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

backend/main.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@
99
origins = [
1010
"http://localhost:8000",
1111
"https://chapi.techstartucalgary.com/docs",
12-
"http://localhost:3000"
12+
"http://localhost:3000",
13+
"https://cyberhire.techstartucalgary.com/",
1314
]
1415

1516
app.add_middleware(

0 commit comments

Comments
 (0)