mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-10-29 13:42:24 -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
|
|
@ -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.
|
||||
//
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue