diff --git a/bruno/Users/adminListUsers.bru b/bruno/Users/adminListUsers.bru new file mode 100644 index 0000000..cdc4109 --- /dev/null +++ b/bruno/Users/adminListUsers.bru @@ -0,0 +1,11 @@ +meta { + name: adminListUsers + type: http + seq: 2 +} + +get { + url: http://localhost:3000/api/v1/users + body: none + auth: none +} diff --git a/bruno/Users/adminRemoveUser.bru b/bruno/Users/adminRemoveUser.bru new file mode 100644 index 0000000..9e9f350 --- /dev/null +++ b/bruno/Users/adminRemoveUser.bru @@ -0,0 +1,11 @@ +meta { + name: adminRemoveUser + type: http + seq: 3 +} + +delete { + url: http://localhost:3000/api/v1/user/ky5r7ivqs8wc7u4 + body: none + auth: none +} diff --git a/package-lock.json b/package-lock.json index 53d021d..c9e0a33 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9057,6 +9057,7 @@ "version": "3.1.1", "resolved": "https://registry.npmjs.org/isexe/-/isexe-3.1.1.tgz", "integrity": "sha512-LpB/54B+/2J5hqQ7imZHfdU31OlgQqx7ZicVlkm9kzg9/w8GKLEcFfJl/t7DCEDueOyBAD6zCCwTO6Fzs0NoEQ==", + "dev": true, "license": "ISC", "engines": { "node": ">=16" @@ -16695,6 +16696,7 @@ "version": "4.0.0", "resolved": "https://registry.npmjs.org/which/-/which-4.0.0.tgz", "integrity": "sha512-GlaYyEb07DPxYCKhKzplCWBJtvxZcZMrL+4UkrTSJHHPyZU4mYYTv3qaOe77H7EODLSSopAUFAc6W8U4yqvscg==", + "dev": true, "license": "ISC", "dependencies": { "isexe": "^3.1.1"