fix up some little things
This commit is contained in:
@ -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{})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user