diff options
author | rtkay123 <dev@kanjala.com> | 2025-07-12 16:46:32 +0200 |
---|---|---|
committer | rtkay123 <dev@kanjala.com> | 2025-07-12 16:46:32 +0200 |
commit | a56b12621d9f8c34017995a518e61ef7ee2b0f64 (patch) | |
tree | 0a2ea448bffe44ad7724091dfd276b10ca671908 /contrib/bruno/users/get_user.bru | |
parent | 93ce338cba3e4488fc36ea9159167884d6cd9eb9 (diff) | |
download | sellershut-a56b12621d9f8c34017995a518e61ef7ee2b0f64.tar.bz2 sellershut-a56b12621d9f8c34017995a518e61ef7ee2b0f64.zip |
feat: get user
Diffstat (limited to 'contrib/bruno/users/get_user.bru')
-rw-r--r-- | contrib/bruno/users/get_user.bru | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/contrib/bruno/users/get_user.bru b/contrib/bruno/users/get_user.bru new file mode 100644 index 0000000..3981d48 --- /dev/null +++ b/contrib/bruno/users/get_user.bru @@ -0,0 +1,11 @@ +meta { + name: get_user + type: http + seq: 1 +} + +get { + url: http://localhost:3000/users/sellershut + body: none + auth: inherit +} |