docs(brunodocs): added more endpoint updates to bruno

This commit is contained in:
2025-03-01 15:19:01 -06:00
parent 379f7b836d
commit 0ddcfaeaa9
4 changed files with 34 additions and 9 deletions

View File

@@ -5,15 +5,15 @@ meta {
}
post {
url: http://localhost:3000/api/auth/register
url: http://localhost:4400/api/auth/register
body: json
auth: none
}
body:json {
{
"username": "adm_matthes01",
"email":"blake@alpla.com",
"password": "nova0511!"
"username": "matthes01",
"email":"blake.matthes@alpla.com",
"password": "password"
}
}