fix(hermes-ui): switch from headless 'hermes serve' to 'hermes dashboard --no-open'
This commit is contained in:
@@ -109,7 +109,7 @@ async def _proxy_http(request: Request, path: str = "") -> Response:
|
||||
except httpx.HTTPError as exc:
|
||||
log.debug("hermes-ui http-proxy (%s) nicht erreichbar: %s", path, exc)
|
||||
return Response(
|
||||
content=b"Hermes-WebUI (hermes serve) nicht erreichbar.",
|
||||
content=b"Hermes-WebUI (hermes dashboard) nicht erreichbar.",
|
||||
status_code=502, media_type="text/plain",
|
||||
)
|
||||
body = r.content
|
||||
|
||||
Reference in New Issue
Block a user