@@ -0,0 +1,15 @@
|
||||
package router
|
||||
|
||||
import (
|
||||
"91porn-server/app/api/videoactivityctrl"
|
||||
|
||||
"github.com/gin-gonic/gin"
|
||||
)
|
||||
|
||||
func videoActivityRouter(router *gin.RouterGroup) {
|
||||
group := router.Group("/video_activity")
|
||||
{
|
||||
group.GET("/list", videoactivityctrl.List)
|
||||
group.GET("/history_record", videoactivityctrl.HistoryRecord)
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user