Files
template-fullstack-monorepo/documentation/bruno-rest-api/LocalAPI/hello.bru
2025-07-28 08:16:34 +02:00

16 lines
141 B
Plaintext

meta {
name: hello
type: http
seq: 2
}
get {
url: {{BASE_URL}}/hello
body: none
auth: inherit
}
settings {
encodeUrl: true
}