resolves #7
This commit is contained in:
2
main.py
2
main.py
@@ -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)
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user