feature: Adds user creation endpoint.
This commit is contained in:
parent
6d0fc93138
commit
35e23357ef
10 changed files with 197 additions and 4 deletions
11
routes/NextNet API/Create User.bru
Normal file
11
routes/NextNet API/Create User.bru
Normal file
|
@ -0,0 +1,11 @@
|
|||
meta {
|
||||
name: Create User
|
||||
type: http
|
||||
seq: 1
|
||||
}
|
||||
|
||||
post {
|
||||
url: http://127.0.0.1:3000/api/v1/users/create
|
||||
body: none
|
||||
auth: none
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue