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 d061f7589c
commit b05ebe1598
No known key found for this signature in database
GPG Key ID: A394E332255A6173

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