Add web server with admin dashboard and media approval endpoints
This commit is contained in:
9
internal/handlers/rejectMedia.go
Normal file
9
internal/handlers/rejectMedia.go
Normal file
@@ -0,0 +1,9 @@
|
||||
package handlers
|
||||
|
||||
import "github.com/gin-gonic/gin"
|
||||
|
||||
func RejectMediaHandler (c *gin.Context) {
|
||||
c.JSON(200, gin.H{
|
||||
"YouAreOn": "RejectMedia",
|
||||
})
|
||||
}
|
Reference in New Issue
Block a user