refactor(lst): register added in
This commit is contained in:
@@ -12,7 +12,7 @@ post {
|
||||
|
||||
body:json {
|
||||
{
|
||||
"username":"admin",
|
||||
"username": "admin",
|
||||
"password": "password123"
|
||||
}
|
||||
}
|
||||
|
||||
20
apiDocs/lstV2/Auth/Register.bru
Normal file
20
apiDocs/lstV2/Auth/Register.bru
Normal file
@@ -0,0 +1,20 @@
|
||||
meta {
|
||||
name: Register
|
||||
type: http
|
||||
seq: 4
|
||||
}
|
||||
|
||||
post {
|
||||
url: http://localhost:3000/api/auth/register
|
||||
body: json
|
||||
auth: none
|
||||
}
|
||||
|
||||
body:json {
|
||||
{
|
||||
"username":"matthes02",
|
||||
"email": "blake@alpla.com",
|
||||
"password": "Vsd!134"
|
||||
|
||||
}
|
||||
}
|
||||
18
apiDocs/lstV2/api/Api Hit.bru
Normal file
18
apiDocs/lstV2/api/Api Hit.bru
Normal file
@@ -0,0 +1,18 @@
|
||||
meta {
|
||||
name: Api Hit
|
||||
type: http
|
||||
seq: 1
|
||||
}
|
||||
|
||||
post {
|
||||
url: http://localhost:3000/api/hits
|
||||
body: json
|
||||
auth: none
|
||||
}
|
||||
|
||||
body:json {
|
||||
{
|
||||
"name": "something",
|
||||
"arrayData": "{someghjdsfsd}"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user