add logging and handle snippet deletes

This commit is contained in:
Travis Shears 2025-06-08 11:16:04 +02:00
parent c28c398a14
commit 38f130fcfd
8 changed files with 75 additions and 14 deletions

View file

@ -5,13 +5,13 @@ meta {
}
get {
url: 192.168.1.157:29406/api/snippet?limit=4&skip=0
url: {{host}}/api/snippet?limit=100&skip=0
body: none
auth: none
}
params:query {
limit: 4
limit: 100
skip: 0
}