Explorar el Código

fix endpoint typo

Mohammed Nafees hace 3 años
padre
commit
e04251428b
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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,