logs route behind protected route and menu
This commit is contained in:
@@ -5,13 +5,14 @@ meta {
|
||||
}
|
||||
|
||||
post {
|
||||
url: {{url}}/authentication/register
|
||||
url: {{url}}/api/authentication/register
|
||||
body: json
|
||||
auth: inherit
|
||||
}
|
||||
|
||||
body:json {
|
||||
{
|
||||
"name":"Blake", // option when in the frontend as we will pass over as username if not added
|
||||
"username": "matthes01",
|
||||
"email": "blake.matthes@alpla.com",
|
||||
"password": "nova0511"
|
||||
|
||||
Reference in New Issue
Block a user