mirror of
https://github.com/Dvorinka/swingmusic-extended.git
synced 2026-06-03 20:13:02 +00:00
add lyrics route and methods
This commit is contained in:
@@ -17,6 +17,7 @@ from app.api import (
|
||||
search,
|
||||
send_file,
|
||||
settings,
|
||||
lyrics
|
||||
)
|
||||
|
||||
|
||||
@@ -43,5 +44,6 @@ def create_api():
|
||||
app.register_blueprint(imgserver.api)
|
||||
app.register_blueprint(settings.api)
|
||||
app.register_blueprint(colors.api)
|
||||
app.register_blueprint(lyrics.api)
|
||||
|
||||
return app
|
||||
|
||||
Reference in New Issue
Block a user