Newt registration?

This commit is contained in:
Owen Schwartz 2024-11-15 21:53:58 -05:00
parent e141263b7e
commit 40734184af
No known key found for this signature in database
GPG key ID: 8271FDFFD9E0CCBD
11 changed files with 89 additions and 53 deletions

View file

@ -12,7 +12,7 @@ post {
body:json {
{
"email": "milo@fossorial.io",
"email": "owen@fossorial.io",
"password": "Password123!"
}
}

View file

@ -12,7 +12,7 @@ put {
body:json {
{
"email": "milo@fossorial.io",
"email": "numbat@fossorial.io",
"password": "Password123!"
}
}

View file

@ -5,7 +5,7 @@ meta {
}
get {
url: http://localhost:3000/api/v1/org/theorg/sites/mexican-mole-lizard-windy
url: http://localhost:3000/api/v1/org/test/sites/mexican-mole-lizard-windy
body: none
auth: none
}