package handlers import "github.com/gin-gonic/gin" func ApproveMediaHandler (c *gin.Context) { c.JSON(200, gin.H{ "YouAreOn": "ApproveMedia", }) }