mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-10-29 17:12:26 -05:00
[chore] Fix Swagger paths for lists API endpoints (#1904)
This commit is contained in:
parent
73bfb5fbff
commit
84eb7eaf26
8 changed files with 91 additions and 92 deletions
|
|
@ -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.
|
||||
//
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue