Skip to content

Commit

Permalink
Merge pull request #92 from zhu327/ft_temporary_policy
Browse files Browse the repository at this point in the history
fix: fix
  • Loading branch information
zhu327 committed Mar 23, 2022
2 parents 5afb024 + 45a2f61 commit 753a1a6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/api/model/router.go
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,10 @@ func Register(r *gin.RouterGroup) {

// actions
s.POST("/actions", handler.BatchCreateActions)
s.DELETE("/actions", handler.Batchs)
s.DELETE("/actions", handler.BatchDeleteActions)

s.PUT("/actions/:action_id", handler.UpdateAction)
s.DELETE("/actions/:action_id", handler.)
s.DELETE("/actions/:action_id", handler.DeleteAction)

// system config
s.POST("/configs/:name", handler.CreateOrUpdateConfigDispatch)
Expand Down

0 comments on commit 753a1a6

Please sign in to comment.