Ajuste para enrutar por compañia y actividad

This commit is contained in:
2026-01-16 13:40:29 +01:00
parent 51cfae7572
commit 35813c8e43
8 changed files with 53 additions and 22 deletions

View File

@@ -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
View 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
}

View File

@@ -1,3 +1,3 @@
vars {
baseurl: http://locahost
baseurl: http://localhost:3000
}