resolves #5
This commit is contained in:
1
main.py
1
main.py
@@ -52,6 +52,7 @@ 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)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user