Placeholder while updating query

This commit is contained in:
2024-12-21 21:36:05 -05:00
parent ceea975836
commit 7718cf19c3
17 changed files with 298 additions and 33 deletions

17
bruno/dice/Track.bru Normal file
View File

@@ -0,0 +1,17 @@
meta {
name: Track
type: http
seq: 1
}
post {
url: {{baseUrl}}/dice/{{server}}/track
body: json
auth: inherit
}
body:json {
{
"dice": "1d4"
}
}