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

@ -33,8 +33,7 @@ class XC(FastAPI):
raise HTTPException(status_code=403, detail="Unauthorized")
BID_ADDR_MAP: dict = {
0: '10.10.10.101:5991', # Patrick (a.k.a. Thomas a.k.a. Aces)
# TODO: add Havoc?
# TODO: add Havoc?
}
if not bid in BID_ADDR_MAP: