refactor: Remove unused playlist routes and related logic; clean up sound and stream models
This commit is contained in:
@@ -100,7 +100,6 @@ def create_app():
|
||||
auth,
|
||||
main,
|
||||
player,
|
||||
playlist,
|
||||
soundboard,
|
||||
sounds,
|
||||
stream,
|
||||
@@ -114,7 +113,6 @@ def create_app():
|
||||
app.register_blueprint(sounds.bp, url_prefix="/api/sounds")
|
||||
app.register_blueprint(stream.bp, url_prefix="/api/stream")
|
||||
app.register_blueprint(player.bp, url_prefix="/api/player")
|
||||
app.register_blueprint(playlist.bp, url_prefix="/api/playlists")
|
||||
|
||||
# Shutdown services when app is torn down
|
||||
@app.teardown_appcontext
|
||||
|
||||
Reference in New Issue
Block a user