Skip to content
This repository was archived by the owner on Aug 4, 2025. It is now read-only.

Commit 166af9c

Browse files
committed
remove flask cors
1 parent 37b9929 commit 166af9c

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

example/api/python/run.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
from flask import Flask, jsonify
2-
from flask_cors import CORS
2+
33
app = Flask(__name__)
4-
CORS(app)
54

65

76
@app.route('/api/graph/fields')

0 commit comments

Comments
 (0)