Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
dataroaring committed Sep 17, 2024
1 parent 4e5c964 commit ba06c2e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
* Used to return the cluster information for the manager.
*/
@RestController
@RequestMapping(path={"/rest/v2/manager/cluster", "/rest/v2/manager/compute_group"})
@RequestMapping(path = {"/rest/v2/manager/cluster", "/rest/v2/manager/compute_group"})
public class ClusterAction extends RestBaseController {

// Returns mysql and http connection information for the cluster.
Expand Down

0 comments on commit ba06c2e

Please sign in to comment.