Tidied up Bruno files.
This commit is contained in:
@@ -5,17 +5,26 @@ info:
|
||||
|
||||
http:
|
||||
method: POST
|
||||
url: http://localhost:3000/api/user
|
||||
url: "{{BASE_URL}}/api/user"
|
||||
body:
|
||||
type: json
|
||||
data: |-
|
||||
{
|
||||
"email": "Test User",
|
||||
"password": "Test123",
|
||||
"playerId": "enRe"
|
||||
"email": "{{Email}}",
|
||||
"password": "{{Password}}",
|
||||
"playerId": "{{PlayerID}}"
|
||||
}
|
||||
auth: inherit
|
||||
|
||||
runtime:
|
||||
variables:
|
||||
- name: Email
|
||||
value: ""
|
||||
- name: Password
|
||||
value: ""
|
||||
- name: PlayerID
|
||||
value: ""
|
||||
|
||||
settings:
|
||||
encodeUrl: true
|
||||
timeout: 0
|
||||
|
||||
Reference in New Issue
Block a user