package-lock update

This commit is contained in:
Owen
2025-03-21 17:12:59 -04:00
parent deb30ed4ae
commit 7131dea7a0
3 changed files with 24 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
meta {
name: adminListUsers
type: http
seq: 2
}
get {
url: http://localhost:3000/api/v1/users
body: none
auth: none
}

View File

@@ -0,0 +1,11 @@
meta {
name: adminRemoveUser
type: http
seq: 3
}
delete {
url: http://localhost:3000/api/v1/user/ky5r7ivqs8wc7u4
body: none
auth: none
}