We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 148b348 commit 3980dbaCopy full SHA for 3980dba
auto-draft-backend/auto_draft_api.py
@@ -28,6 +28,7 @@
28
CORS(app, origins=[
29
"http://localhost:5173", # Development
30
"https://*.onrender.com" # Allow all Render domains
31
+ "https://ffdraft-1.onrender.com", # Your frontend domain
32
])
33
34
0 commit comments