[chore] Fix Swagger paths for lists API endpoints (#1904)

This commit is contained in:
Umar Getagazov 2023-06-19 11:00:19 +03:00 committed by GitHub
commit 84eb7eaf26
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 91 additions and 92 deletions

View file

@ -27,7 +27,7 @@ import (
"github.com/superseriousbusiness/gotosocial/internal/oauth"
)
// ListGETHandler swagger:operation GET /api/v1/list/{id} list
// ListGETHandler swagger:operation GET /api/v1/lists/{id} list
//
// Get a single list with the given ID.
//