We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 602ac8f commit ac84f53Copy full SHA for ac84f53
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, origins=["https://api.cas.upayan.dev", "http://localhost:3000"])
6
7
@app.route('/')
8
def home():
0 commit comments