go
All checks were successful
Build and Push Docker Image / build-and-push (push) Successful in 3m54s
All checks were successful
Build and Push Docker Image / build-and-push (push) Successful in 3m54s
This commit is contained in:
parent
6bd886664d
commit
3460b1ae87
27
bruno/register user.yml
Normal file
27
bruno/register user.yml
Normal file
@ -0,0 +1,27 @@
|
||||
info:
|
||||
name: register user
|
||||
type: http
|
||||
seq: 2
|
||||
|
||||
http:
|
||||
method: POST
|
||||
url: "{{host}}/api/v1/auth/register"
|
||||
body:
|
||||
type: json
|
||||
data: |-
|
||||
{
|
||||
"email": "dmo@dmo.dmo",
|
||||
"password": "password12345"
|
||||
}
|
||||
auth: inherit
|
||||
|
||||
runtime:
|
||||
variables:
|
||||
- name: host
|
||||
value: http://localhost:8080
|
||||
|
||||
settings:
|
||||
encodeUrl: true
|
||||
timeout: 0
|
||||
followRedirects: true
|
||||
maxRedirects: 5
|
||||
Loading…
x
Reference in New Issue
Block a user