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,5 +5,19 @@
"ignore": [
"node_modules",
".git"
]
],
"size": 0.0006971359252929688,
"filesCount": 5,
"proxy": {
"bypassProxy": "",
"enabled": false,
"auth": {
"enabled": false,
"username": "",
"password": ""
},
"port": null,
"hostname": "",
"protocol": "http"
}
}

View file

@ -0,0 +1,3 @@
vars:secret [
host
]

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 {