pangolin/bruno/Auth/logout.bru
2024-10-06 22:50:23 -04:00

11 lines
130 B
Text

meta {
name: logout
type: http
seq: 3
}
post {
url: http://localhost:3000/api/v1/auth/logout
body: none
auth: none
}