Add missing route for /privacy-policy to liquid explorer routing

This commit is contained in:
wiz 2021-08-02 20:55:49 +09:00
parent 3fe0c7f997
commit 4dd1d199b0

View File

@ -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