Files
t6_mem0/examples/rest-api/bruno/ec-rest-api/ping.bru

12 lines
113 B
Plaintext

meta {
name: ping
type: http
seq: 1
}
get {
url: http://localhost:8080/ping
body: json
auth: none
}