Compare commits

...

3 Commits

View File

@ -52,6 +52,12 @@ func MediaRouter(r *gin.RouterGroup) {
work.POST("update-work-script", serviceCast.UpdateWorkScript)
}
workNoAuth := noAuth.Group("work")
{
workNoAuth.POST("cron-republish", serviceCast.RePublish)
}
script := auth.Group("script")
{
script.POST("update", serviceCast.UpdateVideoScript)