playlists have been stored to redis for faster retrieval; additional work needed (playlist management, typeahead, etc- to move away from SQLite)
This commit is contained in:
1
base.py
1
base.py
@@ -97,7 +97,6 @@ routes: dict = {
|
||||
"radio": importlib.import_module("endpoints.radio").Radio(
|
||||
app, util, constants, loop
|
||||
),
|
||||
"mgr": importlib.import_module("endpoints.mgr.mgr_test").Mgr(app, util, constants),
|
||||
"meme": importlib.import_module("endpoints.meme").Meme(app, util, constants),
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user