Add basic Terms of Service page

This commit is contained in:
wiz
2020-10-11 19:23:52 +09:00
parent 8cd98b42fe
commit bb3842fc10
5 changed files with 57 additions and 0 deletions

View File

@@ -15,6 +15,7 @@ import { StatusViewComponent } from './components/status-view/status-view.compon
import { DashboardComponent } from './dashboard/dashboard.component';
import { LatestBlocksComponent } from './components/latest-blocks/latest-blocks.component';
import { ApiDocsComponent } from './components/api-docs/api-docs.component';
import { TermsOfServiceComponent } from './components/terms-of-service/terms-of-service.component';
const routes: Routes = [
{
@@ -59,6 +60,10 @@ const routes: Routes = [
path: 'api',
component: ApiDocsComponent,
},
{
path: 'terms-of-service',
component: TermsOfServiceComponent
},
{
path: 'address/:id',
children: [],