Structs added+updated

This commit is contained in:
Jesse Malotaux 2025-04-11 13:54:46 +02:00
parent 6767f77fcf
commit 434f917fb2
2 changed files with 32 additions and 0 deletions

View file

@ -22,6 +22,7 @@ var Endpoints = Allowed{
"/device/handshake",
"/panel/get",
"/panel/list",
"/panel/save/json",
},
Remote: []string{
"/macro/list",
@ -31,9 +32,12 @@ var Endpoints = Allowed{
"/device/link/end",
"/device/handshake",
"/device/auth",
"/panel/list",
// "/panel/get",
},
Auth: []string{
"/macro/play",
"/device/link/remove",
"/panel/get",
},
}