Skip to content

Commit 9ad4afa

Browse files
committed
add cors json
1 parent 97450d9 commit 9ad4afa

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

web/cors.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"enable_cors": true,
3+
"allow_credentials": true,
4+
"origins": [
5+
"http://localhost:8000"
6+
]
7+
}

0 commit comments

Comments
 (0)