update job rerun api

Signed-off-by: hongming <talonwan@yunify.com>
This commit is contained in:
hongming
2019-07-03 15:03:15 +08:00
parent d789b9bb74
commit f2ba29fe14
3 changed files with 5 additions and 5 deletions

View File

@@ -33,7 +33,7 @@ func RerunJob(req *restful.Request, resp *restful.Response) {
job := req.PathParameter("job")
namespace := req.PathParameter("namespace")
action := req.QueryParameter("a")
action := req.QueryParameter("action")
switch action {
case "rerun":