mirror of
https://github.com/tiqi-group/pydase.git
synced 2026-02-13 13:58:41 +01:00
removing unused web server functions
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user