Commit 6cdce219 authored by Guillermo Sanz López's avatar Guillermo Sanz López
Browse files

add comment

parent 01f8a5e3
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -12,7 +12,7 @@ from flask_cors import CORS
# Create Flask app
app = Flask(__name__)

CORS(app)
CORS(app) # habilita CORS para todas las rutas en la aplicación

# Register blueprints (routes)
# other option modify URL ->  app.register_blueprint(backoffice_routes, url_prefix="/resources")