Systray update.

This commit is contained in:
Jesse Malotaux 2025-05-03 02:03:48 +02:00
parent 86f98cb8e5
commit 9c6b20ecc6
3 changed files with 8 additions and 5 deletions

View file

@ -96,7 +96,7 @@ func ApiPost(w http.ResponseWriter, r *http.Request) {
case "/macro/play":
PlayMacro("", w, r)
case "/device/server/ip":
GetServerIP(w)
ListServerIP(w)
case "/device/list":
DeviceList(w, r)
case "/device/access/check":