[TIC-CORE] remove CORS tag in flask-server
[archive/20170607/tools/tic-core.git] / tic / server / tic_server.py
index 561b68f..f0f5fdf 100644 (file)
@@ -8,10 +8,10 @@ import os
 import logging
 from tic import command
 from tic.utils import error
-from flask_cors import CORS
+#from flask_cors import CORS
 
 app = Flask(__name__)
-CORS(app)
+#CORS(app)
 
 @app.route('/')
 def index():