Compare commits
3 Commits
35553819be
...
268591b457
| Author | SHA1 | Date | |
|---|---|---|---|
| 268591b457 | |||
| f33c28f473 | |||
| c798ed545a |
@ -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)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user