Mohammed Nafees пре 3 година
родитељ
комит
e04251428b
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      api/server/router/cluster.go

+ 1 - 1
api/server/router/cluster.go

@@ -597,7 +597,7 @@ func getClusterRoutes(
 				Method: types.HTTPVerbPost,
 				Path: &types.Path{
 					Parent:       basePath,
-					RelativePath: relPath + "deployments/finalize_errors",
+					RelativePath: relPath + "/deployments/finalize_errors",
 				},
 				Scopes: []types.PermissionScope{
 					types.UserScope,