Skip to content

Commit ac84f53

Browse files
fix maybe?
1 parent 602ac8f commit ac84f53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api/main.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
from flask_cors import CORS
33

44
app = Flask(__name__)
5-
CORS(app, origins=["https://api.cas.upayan.dev/", "http://localhost:3000/"])
5+
CORS(app, origins=["https://api.cas.upayan.dev", "http://localhost:3000"])
66

77
@app.route('/')
88
def home():

0 commit comments

Comments
 (0)