diff options
Diffstat (limited to 'internal/api/client/account/following.go')
-rw-r--r-- | internal/api/client/account/following.go | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/internal/api/client/account/following.go b/internal/api/client/account/following.go index e0ab2748b..e70265eb5 100644 --- a/internal/api/client/account/following.go +++ b/internal/api/client/account/following.go @@ -25,9 +25,7 @@ import ( "github.com/superseriousbusiness/gotosocial/internal/oauth" ) -// AccountFollowingGETHandler serves the following of the requested account, if they're visible to the requester. -// -// swagger:operation GET /api/v1/accounts/{id}/following accountFollowing +// AccountFollowingGETHandler swagger:operation GET /api/v1/accounts/{id}/following accountFollowing // // See accounts followed by given account id. // |