XC endpoints not currently in use, with Patrick having been retired
This commit is contained in:
@ -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:
|
||||
|
Reference in New Issue
Block a user