bug fixes
This commit is contained in:
+1
-1
@@ -7,7 +7,7 @@ from flask_cors import CORS
|
||||
from flask_socketio import SocketIO
|
||||
|
||||
app = Flask(__name__)
|
||||
CORS(app, origins=["http://localhost:3000"])
|
||||
CORS(app, origins=["http://localhost:3000", "10.*"])
|
||||
socketio = SocketIO(app, cors_allowed_origins="*")
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user