Skip to content

Commit 26f3c41

Browse files
author
User
committed
fix: updated all subdomains kaavhi
1 parent 51c4d6e commit 26f3c41

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

app/main.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@
1111
CORSMiddleware,
1212
allow_origins=[
1313
"http://localhost:8080",
14-
"https://kaavhi.com"
14+
"https://kaavhi.com",
15+
"https://*.kaavhi.com"
1516
],
1617
allow_credentials=True,
1718
allow_methods=["*"],

0 commit comments

Comments
 (0)