get docker uberjar working

This commit is contained in:
Travis Shears 2025-06-07 16:05:34 +02:00
parent 4acc4e2201
commit c28c398a14
9 changed files with 91 additions and 27 deletions

View file

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