Add basic Terms of Service page
This commit is contained in:
@@ -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: [],
|
||||
|
||||
Reference in New Issue
Block a user