Check Macro endpoint added.

This commit is contained in:
Jesse Malotaux 2025-04-28 15:02:03 +02:00
parent 97af604cb6
commit 9218f53c5d
2 changed files with 28 additions and 4 deletions

View file

@ -62,6 +62,8 @@ func ApiPost(w http.ResponseWriter, r *http.Request) {
}
switch r.URL.Path {
case "/macro/check":
CheckMacro(w, r)
case "/macro/record":
SaveMacro(w, r)
case "/macro/list":