mirror of
https://github.com/Dvorinka/swingmusic-extended.git
synced 2026-06-03 20:13:02 +00:00
add routes for getting recently added items
This commit is contained in:
@@ -21,6 +21,7 @@ from app.api import (
|
||||
lyrics,
|
||||
plugins,
|
||||
logger,
|
||||
home,
|
||||
)
|
||||
|
||||
|
||||
@@ -56,4 +57,7 @@ def create_api():
|
||||
# Logger
|
||||
app.register_blueprint(logger.api_bp)
|
||||
|
||||
# Home
|
||||
app.register_blueprint(home.api_bp)
|
||||
|
||||
return app
|
||||
|
||||
Reference in New Issue
Block a user