mirror of
https://github.com/Macrame-App/Macrame
synced 2025-12-29 07:19:26 +00:00
Structs added+updated
This commit is contained in:
parent
6767f77fcf
commit
434f917fb2
2 changed files with 32 additions and 0 deletions
|
|
@ -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",
|
||||
},
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue