hello/handler/school-handler.go

8 lines
103 B
Go

package handler
import "github.com/gin-gonic/gin"
func SchoolList(c *gin.Context) {
c.Status(200)
}