Files
t6_mem0/examples/rest-api/bruno/ec-rest-api/ping.bru
2023-11-03 00:32:51 -07:00

12 lines
113 B
Plaintext

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