diff options
author | rtkay123 <dev@kanjala.com> | 2025-07-20 02:06:43 +0200 |
---|---|---|
committer | rtkay123 <dev@kanjala.com> | 2025-07-20 02:06:43 +0200 |
commit | 9219896676085e3a7dc0bba5c81cd97cd61099c1 (patch) | |
tree | 83c2c4bc9d371fd43f910bd18fe5ab88d3b4638b /contrib/bruno/users/webfinger.bru | |
parent | 5bfbeb8e843adf1e949f71074dac22be0c720644 (diff) | |
download | sellershut-9219896676085e3a7dc0bba5c81cd97cd61099c1.tar.bz2 sellershut-9219896676085e3a7dc0bba5c81cd97cd61099c1.zip |
feat: transaction for follow
Diffstat (limited to 'contrib/bruno/users/webfinger.bru')
-rw-r--r-- | contrib/bruno/users/webfinger.bru | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/bruno/users/webfinger.bru b/contrib/bruno/users/webfinger.bru index ea238f9..a6d15bf 100644 --- a/contrib/bruno/users/webfinger.bru +++ b/contrib/bruno/users/webfinger.bru @@ -5,11 +5,11 @@ meta { } get { - url: {{HUT_HOSTNAME}}/.well-known/webfinger?resource=acct:sellershut@localhost + url: {{HUT_HOSTNAME}}/.well-known/webfinger?resource=acct:sellershut@{{HUT_DOMAIN}} body: none auth: inherit } params:query { - resource: acct:sellershut@localhost + resource: acct:sellershut@{{HUT_DOMAIN}} } |