mirror of
https://github.com/tiqi-group/pydase.git
synced 2025-04-21 00:40:01 +02:00
removing unused web server functions
This commit is contained in:
parent
785ed92b45
commit
e25acb7e59
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user