mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-11-09 00:07:29 -06:00
tidy up timelines a bit + stub out some endpoints
This commit is contained in:
parent
3d77f81c7f
commit
69e7a89549
20 changed files with 482 additions and 11 deletions
8
internal/api/client/list/listsgets.go
Normal file
8
internal/api/client/list/listsgets.go
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
package list
|
||||
|
||||
import "github.com/gin-gonic/gin"
|
||||
|
||||
// ListsGETHandler returns a list of lists created by/for the authed account
|
||||
func (m *Module) ListsGETHandler(c *gin.Context) {
|
||||
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue