Skip to content

Commit

Permalink
chore: remove redundant query parameters from bruno files
Browse files Browse the repository at this point in the history
  • Loading branch information
tnotheis committed Jan 28, 2025
1 parent 78d6d91 commit 26ccbc9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ meta {
}

get {
url: {{baseUrl}}/Announcements?language=en
url: {{baseUrl}}/Announcements
body: none
auth: inherit
}
Expand Down
2 changes: 1 addition & 1 deletion Applications/ConsumerApi/src/http/Tokens/List Tokens.bru
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ meta {
}

get {
url: {{baseUrl}}/Tokens?ids=TOKsjPynl0FHYJzHnkIo&PageNumber=1&PageSize=1
url: {{baseUrl}}/Tokens
body: none
auth: inherit
}
Expand Down

0 comments on commit 26ccbc9

Please sign in to comment.