Skip to content

Commit 5e68f28

Browse files
removed origins
1 parent ac84f53 commit 5e68f28

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)
66

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

0 commit comments

Comments
 (0)