[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

@ -30,7 +30,7 @@ import (
"github.com/superseriousbusiness/gotosocial/internal/validate"
)
// ListCreatePOSTHandler swagger:operation POST /api/v1/list listCreate
// ListCreatePOSTHandler swagger:operation POST /api/v1/lists listCreate
//
// Create a new list.
//