retire transcriptions endpoints

This commit is contained in:
2025-12-03 13:55:52 -05:00
parent 7779049c93
commit be9ed777a5
2 changed files with 0 additions and 174 deletions

View File

@@ -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
),