Tidied up Bruno files. Implemented builder utility to have more powerful route definitions.
This commit is contained in:
@@ -5,7 +5,7 @@ info:
|
||||
|
||||
http:
|
||||
method: POST
|
||||
url: "{{BASE_URL}}/api/auth/login"
|
||||
url: "{{BASE_URL}}/{{SECTOR}}/login"
|
||||
headers:
|
||||
- name: Content-Type
|
||||
value: application/json
|
||||
|
||||
@@ -5,7 +5,7 @@ info:
|
||||
|
||||
http:
|
||||
method: GET
|
||||
url: "{{BASE_URL}}/api/auth/token"
|
||||
url: "{{BASE_URL}}/{{SECTOR}}/token"
|
||||
headers:
|
||||
- name: Cookie
|
||||
value: "{{REFRESH_COOKIE}}"
|
||||
|
||||
@@ -2,3 +2,8 @@ info:
|
||||
name: Auth
|
||||
type: folder
|
||||
seq: 1
|
||||
|
||||
request:
|
||||
variables:
|
||||
- name: SECTOR
|
||||
value: auth
|
||||
|
||||
Reference in New Issue
Block a user