get docker uberjar working
This commit is contained in:
parent
4acc4e2201
commit
c28c398a14
9 changed files with 91 additions and 27 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue