diff options
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 +} |