From 4b53b0e778f86bee1fa85d3c0b5d57c19cf7eb2e Mon Sep 17 00:00:00 2001 From: yumoqing Date: Wed, 22 Apr 2026 18:29:47 +0800 Subject: [PATCH] Update Service menu URL to point to ./hermes_services endpoint --- wwwroot/index.ui | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wwwroot/index.ui b/wwwroot/index.ui index cfd7826..3352158 100644 --- a/wwwroot/index.ui +++ b/wwwroot/index.ui @@ -86,7 +86,7 @@ { "label": "Services", "icon": "fa fa-server", - "url": "{{entire_url('services.ui')}}", + "url": "{{entire_url('./hermes_services')}}", "target": "app.main-content" }, {