retire transcriptions endpoints
This commit is contained in:
3
base.py
3
base.py
@@ -103,9 +103,6 @@ routes: dict = {
|
||||
"randmsg": importlib.import_module("endpoints.rand_msg").RandMsg(
|
||||
app, util, constants
|
||||
),
|
||||
"transcriptions": importlib.import_module(
|
||||
"endpoints.transcriptions"
|
||||
).Transcriptions(app, util, constants),
|
||||
"lyrics": importlib.import_module("endpoints.lyric_search").LyricSearch(
|
||||
app, util, constants
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user