mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-11-07 20:49:30 -06:00
fix up some little things
This commit is contained in:
parent
86fd23ccd9
commit
d55c5d8f42
6 changed files with 57 additions and 27 deletions
|
|
@ -1,8 +1,12 @@
|
|||
package list
|
||||
|
||||
import "github.com/gin-gonic/gin"
|
||||
import (
|
||||
"net/http"
|
||||
|
||||
"github.com/gin-gonic/gin"
|
||||
)
|
||||
|
||||
// ListsGETHandler returns a list of lists created by/for the authed account
|
||||
func (m *Module) ListsGETHandler(c *gin.Context) {
|
||||
|
||||
c.JSON(http.StatusOK, []string{})
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue