Newt registration?

This commit is contained in:
Owen Schwartz
2024-11-15 21:53:58 -05:00
parent e141263b7e
commit 40734184af
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
}