RandMsg ported

This commit is contained in:
2024-08-11 12:46:24 -04:00
parent 269da114a5
commit cb4e51ff9c
2 changed files with 80 additions and 0 deletions

View File

@@ -55,9 +55,11 @@ 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)
"""
End Actionable Routes
"""