Files
spark/api/.bruno/Get Comments.bru
2026-01-28 21:18:51 -05:00

21 lines
217 B
Plaintext

meta {
name: Get Comments
type: http
seq: 8
}
get {
url: http://localhost:3000/posts/:post_id/comments
body: none
auth: inherit
}
params:path {
post_id:
}
settings {
encodeUrl: true
timeout: 0
}