Merge remote-tracking branch 'origin/1.1.x'
This commit is contained in:
commit
909b9751ee
1 changed files with 1 additions and 1 deletions
|
|
@ -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")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue