From a56b12621d9f8c34017995a518e61ef7ee2b0f64 Mon Sep 17 00:00:00 2001 From: rtkay123 Date: Sat, 12 Jul 2025 16:46:32 +0200 Subject: feat: get user --- contrib/bruno/users/get_user.bru | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 contrib/bruno/users/get_user.bru (limited to 'contrib/bruno/users/get_user.bru') 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 +} -- cgit v1.2.3