[CST-7757] Subscriptions porting (wip)

This commit is contained in:
Rezart Vata
2021-08-16 18:42:58 +02:00
committed by Davide Negretti
parent 4915f10b0e
commit b775cd5ab0
39 changed files with 6400 additions and 8 deletions

View File

@@ -126,3 +126,9 @@ export function getRequestCopyModulePath() {
}
export const HEALTH_PAGE_PATH = 'health';
export const SUBSCRIPTIONS_MODULE_PATH = 'subscriptions';
export function getSubscriptionsModuleRoute() {
return `/${SUBSCRIPTIONS_MODULE_PATH}`;
}