implemented getUsers Router

This commit is contained in:
2025-05-19 16:25:40 +02:00
parent 8890884167
commit 2cb9d3e8e2
11 changed files with 187 additions and 12 deletions

11
api/Get All Users.bru Normal file
View 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
}