From 1efd62e30bd9c407d8850bc47d9c5e55a5d6a2d8 Mon Sep 17 00:00:00 2001 From: yumoqing Date: Wed, 6 May 2026 08:18:59 +0800 Subject: [PATCH] fix: replace non-existent /api/logout.dspy with /rbac/user/logout.dspy --- wwwroot/index.ui | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wwwroot/index.ui b/wwwroot/index.ui index 6980815..30b3b87 100644 --- a/wwwroot/index.ui +++ b/wwwroot/index.ui @@ -135,7 +135,7 @@ "actiontype": "urlwidget", "target": "app", "options": { - "url": "{{entire_url('api/logout.dspy')}}", + "url": "{{entire_url('/rbac/user/logout.dspy')}}", "method": "POST" } }