Ajuste para enrutar por compañia y actividad
This commit is contained in:
@@ -6,10 +6,19 @@ meta {
|
||||
|
||||
post {
|
||||
url: {{baseurl}}/sim/activate
|
||||
body: none
|
||||
body: formUrlEncoded
|
||||
auth: inherit
|
||||
}
|
||||
|
||||
params:query {
|
||||
:
|
||||
}
|
||||
|
||||
body:form-urlencoded {
|
||||
iccid: 1234
|
||||
:
|
||||
}
|
||||
|
||||
settings {
|
||||
encodeUrl: true
|
||||
timeout: 0
|
||||
|
||||
16
docs/sim-api/Health.bru
Normal file
16
docs/sim-api/Health.bru
Normal file
@@ -0,0 +1,16 @@
|
||||
meta {
|
||||
name: Health
|
||||
type: http
|
||||
seq: 5
|
||||
}
|
||||
|
||||
get {
|
||||
url: {{baseurl}}/health
|
||||
body: none
|
||||
auth: inherit
|
||||
}
|
||||
|
||||
settings {
|
||||
encodeUrl: true
|
||||
timeout: 0
|
||||
}
|
||||
@@ -1,3 +1,3 @@
|
||||
vars {
|
||||
baseurl: http://locahost
|
||||
baseurl: http://localhost:3000
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user