From 4dd1d199b0afa6049e0dd8035f56a281971997d6 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