This commit is contained in:
2024-08-11 13:49:07 -04:00
parent cb4e51ff9c
commit 0d48b754de
4 changed files with 150 additions and 128 deletions

View File

@@ -55,8 +55,8 @@ End Blacklisted Routes
Actionable Routes
"""
randmsg_endpoint = importlib.import_module("endpoints.RandMsg").RandMsg(app, util, constants)
lyric_search_endpoint = importlib.import_module("endpoints.LyricSearch").LyricSearch(app, util, constants)
randmsg_endpoint = importlib.import_module("endpoints.rand_msg").RandMsg(app, util, constants)
lyric_search_endpoint = importlib.import_module("endpoints.lyric_search").LyricSearch(app, util, constants)