oops
This commit is contained in:
@ -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)
|
||||
|
Reference in New Issue
Block a user