feat: add route to get all lootboxes
This commit is contained in:
parent
e4bcd9d791
commit
8a6bc95c92
5 changed files with 45 additions and 11 deletions
4
backend/requests/lootboxes.http
Normal file
4
backend/requests/lootboxes.http
Normal file
|
@ -0,0 +1,4 @@
|
|||
GET http://localhost:8080/lootboxes
|
||||
Authorization: Bearer {{token}}
|
||||
Content-Type: application/json
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue