Merge remote-tracking branch 'origin/1.1.x'

This commit is contained in:
David Lord 2020-02-10 18:41:07 -08:00
commit 909b9751ee
No known key found for this signature in database
GPG key ID: 7A1C87E3F5BC42A8

View file

@ -10,7 +10,7 @@ The following example demonstrates how to serve an SPA along with an API::
from flask import Flask, jsonify
app = Flask(__name__, static_folder='app')
app = Flask(__name__, static_folder='app', static_url_path="/app")
@app.route("/heartbeat")