mirror of
https://github.com/Macrame-App/Macrame
synced 2025-12-29 07:19:26 +00:00
Check Macro endpoint added.
This commit is contained in:
parent
97af604cb6
commit
9218f53c5d
2 changed files with 28 additions and 4 deletions
|
|
@ -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":
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue