generated from Timofey-Makhankov/Node-Express-JS-Template
implemented getUsers Router
This commit is contained in:
11
api/Get All Users.bru
Normal file
11
api/Get All Users.bru
Normal file
@@ -0,0 +1,11 @@
|
||||
meta {
|
||||
name: Get All Users
|
||||
type: http
|
||||
seq: 2
|
||||
}
|
||||
|
||||
get {
|
||||
url: 127.0.0.1:3500/api/v1/users/
|
||||
body: none
|
||||
auth: none
|
||||
}
|
||||
9
api/bruno.json
Normal file
9
api/bruno.json
Normal file
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"version": "1",
|
||||
"name": "OWASP Crypto API",
|
||||
"type": "collection",
|
||||
"ignore": [
|
||||
"node_modules",
|
||||
".git"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user