Skip to content
Permalink
Browse files Browse the repository at this point in the history
#000 - Disable business-continuity
  • Loading branch information
arvindsv committed Oct 18, 2021
1 parent 6ae94ce commit 41abc21
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
Expand Up @@ -44,7 +44,6 @@

@Controller
@SuppressWarnings("WeakerAccess")
@RequestMapping(value = "/add-on/business-continuity/api")
public class PrimaryStatusProviderController {

private GoFilesStatusProvider goFilesStatusProvider;
Expand Down
Expand Up @@ -75,13 +75,11 @@ public DashBoardController(AddOnConfiguration addOnConfiguration, PrimaryServerC
this.dashboardJSON = this::showStatusJSON;
}

@RequestMapping(value = "/add-on/business-continuity/admin/dashboard", method = RequestMethod.GET)
@ResponseBody
public String dashboard(HttpServletRequest request, HttpServletResponse response) {
return renderAfterAuthentication(request, response, dashboardHTML);
}

@RequestMapping(value = "/add-on/business-continuity/admin/dashboard.json", method = RequestMethod.GET, produces = MediaType.APPLICATION_JSON_VALUE)
@ResponseBody
public String dashboardData(HttpServletRequest request, HttpServletResponse response) {
return renderAfterAuthentication(request, response, dashboardJSON);
Expand Down

0 comments on commit 41abc21

Please sign in to comment.