Files
t6_mem0/embedchain/examples/rest-api/bruno/ec-rest-api/ping.bru
2024-07-12 20:21:33 +05:30

12 lines
113 B
Plaintext

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