Add get all users route

This commit is contained in:
T'JAMPENS QUENTIN p2406187
2025-10-24 11:32:16 +02:00
parent 47d433eecb
commit b3222f0f46
3 changed files with 36 additions and 1 deletions
+16
View File
@@ -0,0 +1,16 @@
meta {
name: get all users
type: http
seq: 8
}
get {
url: http://localhost:8000/api/users
body: none
auth: inherit
}
settings {
encodeUrl: true
timeout: 0
}