@@ -5,7 +5,10 @@ from app import create_app
app = create_app()
CORS(app, resources=r'/*')
app.run(host="0.0.0.0", port=int("5010"), debug="debug")
if __name__ == '__main__':
app.run(host='0.0.0.0', port=5010, debug=True)
def cors_response(res):
The note is not visible to the blocked user.