mirror of
https://github.com/Dvorinka/swingmusic-extended.git
synced 2026-06-03 20:13:02 +00:00
set up track logging
+ install flask restful
This commit is contained in:
@@ -20,6 +20,7 @@ from app.api import (
|
||||
settings,
|
||||
lyrics,
|
||||
plugins,
|
||||
logger,
|
||||
)
|
||||
|
||||
|
||||
@@ -52,4 +53,7 @@ def create_api():
|
||||
app.register_blueprint(plugins.api)
|
||||
app.register_blueprint(lyrics_plugin.api)
|
||||
|
||||
# Logger
|
||||
app.register_blueprint(logger.api_bp)
|
||||
|
||||
return app
|
||||
|
||||
Reference in New Issue
Block a user