XC endpoints not currently in use, with Patrick having been retired

This commit is contained in:
2025-02-26 21:03:10 -05:00
parent 1ab5adfc2d
commit c421c0ac54
2 changed files with 2 additions and 3 deletions

View File

@ -79,7 +79,7 @@ routes: dict = {
'lyrics': importlib.import_module("endpoints.lyric_search").LyricSearch(app, util, constants),
'lastfm': importlib.import_module("endpoints.lastfm").LastFM(app, util, constants),
'yt': importlib.import_module("endpoints.yt").YT(app, util, constants),
'xc': importlib.import_module("endpoints.xc").XC(app, util, constants),
# 'xc': importlib.import_module("endpoints.xc").XC(app, util, constants),
'karma': importlib.import_module("endpoints.karma").Karma(app, util, constants),
'radio': importlib.import_module("endpoints.radio").Radio(app, util, constants),
'mgr': importlib.import_module("endpoints.mgr.mgr_test").Mgr(app, util, constants),