Revert "Show an error page if the rest api is not available"

This commit is contained in:
Tim Donohue
2022-01-21 11:50:08 -06:00
committed by GitHub
parent 001ba43404
commit e61de0682f
13 changed files with 15 additions and 234 deletions

View File

@@ -89,12 +89,6 @@ export function getPageNotFoundRoute() {
return `/${PAGE_NOT_FOUND_PATH}`;
}
export const INTERNAL_SERVER_ERROR = '500';
export function getPageInternalServerErrorRoute() {
return `/${INTERNAL_SERVER_ERROR}`;
}
export const INFO_MODULE_PATH = 'info';
export function getInfoModulePath() {
return `/${INFO_MODULE_PATH}`;