From b05ebe1598cbd0fbb8e690435c73cc1f2e80afab Mon Sep 17 00:00:00 2001 From: wiz Date: Mon, 2 Aug 2021 20:55:49 +0900 Subject: [PATCH] Add missing route for /privacy-policy to liquid explorer routing --- frontend/src/app/app-routing.module.ts | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/frontend/src/app/app-routing.module.ts b/frontend/src/app/app-routing.module.ts index 4e7af29cd..511d077e8 100644 --- a/frontend/src/app/app-routing.module.ts +++ b/frontend/src/app/app-routing.module.ts @@ -371,6 +371,10 @@ if (browserWindowEnv && browserWindowEnv.BASE_MODULE === 'liquid') { path: 'terms-of-service', component: TermsOfServiceComponent }, + { + path: 'privacy-policy', + component: PrivacyPolicyComponent + }, { path: 'trademark-policy', component: TrademarkPolicyComponent