[CST-5535] Refactoring health page

This commit is contained in:
Giuseppe Digilio
2022-05-03 12:06:48 +02:00
parent 26d496d55c
commit 32a91f64d9
36 changed files with 878 additions and 348 deletions

View File

@@ -116,3 +116,5 @@ export const REQUEST_COPY_MODULE_PATH = 'request-a-copy';
export function getRequestCopyModulePath() {
return `/${REQUEST_COPY_MODULE_PATH}`;
}
export const HEALTH_PAGE_PATH = 'health';