Fix issue with PUT requests, everything so far is tested

This commit is contained in:
Ean Milligan
2026-04-09 23:07:52 -04:00
parent 820af82bde
commit 79313eeff9
2 changed files with 5 additions and 4 deletions

View File

@@ -5,7 +5,7 @@ meta {
}
put {
url: http://localhost:14014/api/move/[planId]
url: http://localhost:14014/api/update/[planId]
body: json
auth: inherit
}