Update Service menu URL to point to ./hermes_services endpoint

This commit is contained in:
yumoqing 2026-04-22 18:29:47 +08:00
parent ac07140fc4
commit 4b53b0e778

View File

@ -86,7 +86,7 @@
{ {
"label": "Services", "label": "Services",
"icon": "fa fa-server", "icon": "fa fa-server",
"url": "{{entire_url('services.ui')}}", "url": "{{entire_url('./hermes_services')}}",
"target": "app.main-content" "target": "app.main-content"
}, },
{ {