fix: replace non-existent /api/logout.dspy with /rbac/user/logout.dspy

This commit is contained in:
yumoqing 2026-05-06 08:18:59 +08:00
parent af5cce0c45
commit 1efd62e30b

View File

@ -135,7 +135,7 @@
"actiontype": "urlwidget",
"target": "app",
"options": {
"url": "{{entire_url('api/logout.dspy')}}",
"url": "{{entire_url('/rbac/user/logout.dspy')}}",
"method": "POST"
}
}