gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[reclaim-ui] 54/459: update


From: gnunet
Subject: [reclaim-ui] 54/459: update
Date: Fri, 11 Jun 2021 23:22:26 +0200

This is an automated email from the git hooks/post-receive script.

martin-schanzenbach pushed a commit to branch master
in repository reclaim-ui.

commit e2d74c44e6ad0719c9d78aaaf9bab78bd9067210
Author: Schanzenbach, Martin <mschanzenbach@posteo.de>
AuthorDate: Thu May 2 15:11:37 2019 +0200

    update
---
 src/app/app-routing.module.ts | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/src/app/app-routing.module.ts b/src/app/app-routing.module.ts
index 9b75a7e..078d6b3 100644
--- a/src/app/app-routing.module.ts
+++ b/src/app/app-routing.module.ts
@@ -3,8 +3,9 @@ import { RouterModule, Routes } from '@angular/router';
 import { IdentityListComponent } from 
'./identity-list/identity-list.component';
 
 const routes: Routes = [
-    { path: 'identities', component: IdentityListComponent },
-    { path: '', redirectTo: '/identities', pathMatch: 'full' },
+    { path: '', component: IdentityListComponent },
+    //{ path: 'identities', component: IdentityListComponent },
+    //{ path: '', redirectTo: '/identities', pathMatch: 'full' },
 ];
 
 @NgModule({

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]