We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac84f53 commit 5e68f28Copy full SHA for 5e68f28
api/main.py
@@ -2,7 +2,7 @@
2
from flask_cors import CORS
3
4
app = Flask(__name__)
5
-CORS(app, origins=["https://api.cas.upayan.dev", "http://localhost:3000"])
+CORS(app)
6
7
@app.route('/')
8
def home():
0 commit comments