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.
1 parent e4b820c commit dbb1e82Copy full SHA for dbb1e82
server/app.py
@@ -19,7 +19,7 @@ def create_app():
19
bcrypt.init_app(app)
20
cors.init_app(app, supports_credentials=True, resources={
21
r"/*": {
22
- "origins": ["http://localhost:5173", "https://devhub-ai.vercel.app"],
+ "origins": ["http://localhost:5173", "https://devhub-ai.vercel.app", "https://www.devhub.page", "https://devhub.page/"],
23
"methods": ["GET", "POST", "PUT", "DELETE", "OPTIONS"],
24
"allow_headers": ["Content-Type", "Authorization"]
25
}
0 commit comments