gnunet-svn
[Top][All Lists]
Advanced

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

[reclaim-ui] 55/459: route


From: gnunet
Subject: [reclaim-ui] 55/459: route
Date: Fri, 11 Jun 2021 23:22:27 +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 e9dbb39640cca942e50976bcfd2089433cccfed9
Author: Schanzenbach, Martin <mschanzenbach@posteo.de>
AuthorDate: Thu May 2 15:23:57 2019 +0200

    route
---
 src/app/app-routing.module.ts | 2 +-
 src/index.html                | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/app/app-routing.module.ts b/src/app/app-routing.module.ts
index 078d6b3..e2646ae 100644
--- a/src/app/app-routing.module.ts
+++ b/src/app/app-routing.module.ts
@@ -3,7 +3,7 @@ import { RouterModule, Routes } from '@angular/router';
 import { IdentityListComponent } from 
'./identity-list/identity-list.component';
 
 const routes: Routes = [
-    { path: '', component: IdentityListComponent },
+    { path: '**', component: IdentityListComponent },
     //{ path: 'identities', component: IdentityListComponent },
     //{ path: '', redirectTo: '/identities', pathMatch: 'full' },
 ];
diff --git a/src/index.html b/src/index.html
index ff6ded4..c4fc08f 100644
--- a/src/index.html
+++ b/src/index.html
@@ -3,7 +3,7 @@
 
 <head>
   <meta charset="utf-8">
-  <title>re:claim</title>
+  <title>re:claimID</title>
   <base href="/">
 
   <meta name="viewport" content="width=device-width, initial-scale=1">

-- 
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]