Skip to content

Commit 15f0092

Browse files
committed
Tweak quotes
1 parent 6d694eb commit 15f0092

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hello_app/views.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@ def hello_there(name):
2424

2525
@app.route("/api/data")
2626
def get_data():
27-
return app.send_static_file('data.json')
27+
return app.send_static_file("data.json")

0 commit comments

Comments
 (0)