mirror of
https://github.com/tiqi-group/pydase.git
synced 2025-06-14 00:17:11 +02:00
removes usage of rpyc-specific method in WebServer
This commit is contained in:
@ -97,7 +97,7 @@ class WebServer:
|
||||
|
||||
@app.get("/name")
|
||||
def name() -> str:
|
||||
return self.service.get_service_name()
|
||||
return type(self.service).__name__
|
||||
|
||||
@app.get("/service-properties")
|
||||
def service_properties() -> dict[str, Any]:
|
||||
|
Reference in New Issue
Block a user