Ver Fonte

fix endpoint typo

Mohammed Nafees há 3 anos atrás
pai
commit
e04251428b
1 ficheiros alterados com 1 adições e 1 exclusões
  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,