Mohammed Nafees 3 лет назад
Родитель
Сommit
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,
 				Method: types.HTTPVerbPost,
 				Path: &types.Path{
 				Path: &types.Path{
 					Parent:       basePath,
 					Parent:       basePath,
-					RelativePath: relPath + "deployments/finalize_errors",
+					RelativePath: relPath + "/deployments/finalize_errors",
 				},
 				},
 				Scopes: []types.PermissionScope{
 				Scopes: []types.PermissionScope{
 					types.UserScope,
 					types.UserScope,