mirror of
https://github.com/Dvorinka/swingmusic-extended.git
synced 2026-06-05 04:53:01 +00:00
add comment to config
This commit is contained in:
@@ -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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user