Compare commits

..

No commits in common. "268591b457226d968dc893faaa87485907507dfe" and "35553819be78e7f6b3fbe8c89bbf50d2a8ff77e7" have entirely different histories.

View File

@ -52,12 +52,6 @@ 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)