mirror of
https://github.com/tcsenpai/swingmusic.git
synced 2025-06-10 04:57:45 +00:00
add comment to config
This commit is contained in:
parent
9cb8d372ec
commit
6b1cac3892
@ -43,7 +43,7 @@ def serve_client_files(path):
|
|||||||
@app.route("/")
|
@app.route("/")
|
||||||
def serve_client():
|
def serve_client():
|
||||||
"""
|
"""
|
||||||
Serves the index.html file at client/index.html.
|
Serves the index.html file at `client/index.html`.
|
||||||
"""
|
"""
|
||||||
return app.send_static_file("index.html")
|
return app.send_static_file("index.html")
|
||||||
|
|
||||||
|
@ -1,3 +1,6 @@
|
|||||||
|
; This file is used to determine whether the app is running in development or build mode.
|
||||||
|
; TODO: Find a better name for this file.
|
||||||
|
|
||||||
[DEFAULT]
|
[DEFAULT]
|
||||||
build = False
|
build = False
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user