This commit is contained in:
codey 2025-02-05 20:52:34 -05:00
parent 9eec1e00c5
commit 0b2087736a
2 changed files with 0 additions and 7 deletions

View File

@ -33,10 +33,6 @@ class XC(FastAPI):
"xc": self.xc_handler,
}
for endpoint, handler in self.ws_endpoints.items():
app.add_api_websocket_route(f"/{endpoint}/", handler)
for endpoint, handler in self.endpoints.items():
app.add_api_route(f"/{endpoint}", handler, methods=["POST"],
include_in_schema=False)

View File

@ -10,9 +10,6 @@ import traceback
sys.path.insert(1,'..')
from . import cache, redis_cache, genius, lrclib
logger = logging.getLogger()
logger.setLevel(logging.INFO)
class Aggregate:
"""
Aggregate all source methods