go
All checks were successful
Build and Push Docker Image / build-and-push (push) Successful in 3m54s

This commit is contained in:
Dmitri 2026-04-21 10:00:02 +02:00
parent 6bd886664d
commit 3460b1ae87
Signed by: kanopo
GPG Key ID: 759ADD40E3132AC7

27
bruno/register user.yml Normal file
View 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