feature: Adds permission system.
This commit is contained in:
parent
be91aafb58
commit
0c279b459f
6 changed files with 122 additions and 8 deletions
|
@ -6,6 +6,14 @@ meta {
|
|||
|
||||
post {
|
||||
url: http://127.0.0.1:3000/api/v1/users/create
|
||||
body: none
|
||||
body: json
|
||||
auth: none
|
||||
}
|
||||
|
||||
body:json {
|
||||
{
|
||||
"name": "Greyson Hofer",
|
||||
"email": "me@greysoh.dev",
|
||||
"password": "password"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue