@@ -0,0 +1,12 @@
|
||||
package router
|
||||
|
||||
import (
|
||||
"91porn-server/app/api/contentmarkerctrl"
|
||||
|
||||
"github.com/gin-gonic/gin"
|
||||
)
|
||||
|
||||
func contentMarkerRouter(router *gin.RouterGroup) {
|
||||
group := router.Group("/content")
|
||||
group.GET("/update-markers", contentmarkerctrl.Get)
|
||||
}
|
||||
Reference in New Issue
Block a user