Sean Yen posted an update — Apr 10, 2022 04:44 PM EDT from flask import Flask from flask_cors import CORS, cross_origin app = Flask(__name__) cors = CORS(app) app.config['CORS_HEADERS'] = 'Content-Type' Log in or sign up for Devpost to join the conversation.
Sean Yen posted an update — Apr 10, 2022 04:44 PM EDT from flask import Flask from flask_cors import CORS, cross_origin app = Flask(__name__) cors = CORS(app) app.config['CORS_HEADERS'] = 'Content-Type' Log in or sign up for Devpost to join the conversation.
Log in or sign up for Devpost to join the conversation.