We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d694eb commit 15f0092Copy full SHA for 15f0092
hello_app/views.py
@@ -24,4 +24,4 @@ def hello_there(name):
24
25
@app.route("/api/data")
26
def get_data():
27
- return app.send_static_file('data.json')
+ return app.send_static_file("data.json")
0 commit comments