From 63e67dba38d474aa6784ec0cabd703fda5f21f07 Mon Sep 17 00:00:00 2001 From: softsimon Date: Wed, 12 May 2021 16:07:25 +0400 Subject: [PATCH] Bisq markets: Add terms of service --- frontend/src/app/bisq/bisq.routing.module.ts | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/frontend/src/app/bisq/bisq.routing.module.ts b/frontend/src/app/bisq/bisq.routing.module.ts index 99f13909d..fe99105dd 100644 --- a/frontend/src/app/bisq/bisq.routing.module.ts +++ b/frontend/src/app/bisq/bisq.routing.module.ts @@ -11,6 +11,7 @@ import { ApiDocsComponent } from '../components/api-docs/api-docs.component'; import { BisqDashboardComponent } from './bisq-dashboard/bisq-dashboard.component'; import { BisqMarketComponent } from './bisq-market/bisq-market.component'; import { BisqMainDashboardComponent } from './bisq-main-dashboard/bisq-main-dashboard.component'; +import { TermsOfServiceComponent } from '../components/terms-of-service/terms-of-service.component'; const routes: Routes = [ { @@ -58,6 +59,10 @@ const routes: Routes = [ path: 'api', component: ApiDocsComponent, }, + { + path: 'terms-of-service', + component: TermsOfServiceComponent + }, { path: '**', redirectTo: ''