This commit is contained in:
2024-08-11 17:28:43 -04:00
parent 5ef9c960df
commit 447bcbc3fa
2 changed files with 53 additions and 0 deletions

View File

@@ -54,6 +54,8 @@ Actionable Routes
randmsg_endpoint = importlib.import_module("endpoints.rand_msg").RandMsg(app, util, constants)
# Below also provides: /lyric_cache_list/ (in addition to /lyric_search/)
lyric_search_endpoint = importlib.import_module("endpoints.lyric_search").LyricSearch(app, util, constants)
# Below provides numerous LastFM-fed endpoints
lastfm_endpoints = importlib.import_module("endpoints.lastfm").LastFM(app, util, constants)