We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2c68949 + a01d627 commit ac1cf02Copy full SHA for ac1cf02
1 file changed
app/api/__init__.py
@@ -6,7 +6,8 @@
6
ALLOWED_ORIGINS = [
7
'http://localhost:3000',
8
r"https:\/\/(www\.)?operationcode\.org",
9
- r"https:\/\/(.*\.)?operation-code(-.*)?\.now\.sh"
+ r"https:\/\/(.*\.)?operation-code(-.*)?\.now\.sh",
10
+ r"https:\/\/(.*\.)?operation-code(-.*)?\.vercel\.app"
11
]
12
13
CORS(bp, origins=ALLOWED_ORIGINS)
0 commit comments