mirror of
https://github.com/Dvorinka/swingmusic-extended.git
synced 2026-06-04 04:23:01 +00:00
iniitialize project teardown
This commit is contained in:
+3
-3
@@ -11,9 +11,6 @@ bp = Blueprint("api", __name__, url_prefix="")
|
||||
|
||||
home_dir = helpers.home_dir
|
||||
|
||||
all_the_f_albums = helpers.create_all_albums()
|
||||
all_the_f_music = helpers.create_all_tracks()
|
||||
|
||||
|
||||
def initialize() -> None:
|
||||
"""
|
||||
@@ -26,6 +23,9 @@ def initialize() -> None:
|
||||
|
||||
initialize()
|
||||
|
||||
all_the_f_albums = helpers.create_all_albums()
|
||||
all_the_f_music = helpers.create_all_tracks()
|
||||
|
||||
|
||||
@bp.route("/")
|
||||
def say_hi():
|
||||
|
||||
Reference in New Issue
Block a user