removing unused web server functions

This commit is contained in:
Mose Müller 2023-10-17 12:49:18 +02:00
parent 785ed92b45
commit e25acb7e59

View File

@ -134,14 +134,6 @@ class WebAPI:
self.__fastapi_app = app self.__fastapi_app = app
def add_endpoint(self, name: str) -> None:
# your endpoint creation code
pass
def get_custom_openapi(self) -> None:
# your custom openapi generation code
pass
@property @property
def sio(self) -> socketio.AsyncServer: def sio(self) -> socketio.AsyncServer:
return self.__sio return self.__sio