From 258b0f50650122fcf45c0e121b77e5d91a6523c7 Mon Sep 17 00:00:00 2001 From: Falkan Date: Fri, 20 Mar 2026 00:59:32 -0400 Subject: [PATCH] fix: default adminPath is boss, not admin --- defaults/config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/defaults/config.json b/defaults/config.json index 34234fa..9faa8f2 100644 --- a/defaults/config.json +++ b/defaults/config.json @@ -1,5 +1,5 @@ { - "adminPath": "admin", + "adminPath": "boss", "yoloLabel": "YOLO mode", "yoloDescription": "", "yoloVisibility": "auto"