gnunet-svn
[Top][All Lists]
Advanced

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

[reclaim-ui] 69/459: fix reload of webpage


From: gnunet
Subject: [reclaim-ui] 69/459: fix reload of webpage
Date: Fri, 11 Jun 2021 23:22:41 +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 45d055c535035fe0f3c3a8d14d16b9fb6a3cd875
Author: Schanzenbach, Martin <mschanzenbach@posteo.de>
AuthorDate: Wed May 29 15:37:45 2019 +0200

    fix reload of webpage
---
 src/app/app-routing.module.ts | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/app/app-routing.module.ts b/src/app/app-routing.module.ts
index e2646ae..c99d5e5 100644
--- a/src/app/app-routing.module.ts
+++ b/src/app/app-routing.module.ts
@@ -3,13 +3,13 @@ import { RouterModule, Routes } from '@angular/router';
 import { IdentityListComponent } from 
'./identity-list/identity-list.component';
 
 const routes: Routes = [
-    { path: '**', component: IdentityListComponent },
+    { path: 'index.html', component: IdentityListComponent },
     //{ path: 'identities', component: IdentityListComponent },
-    //{ path: '', redirectTo: '/identities', pathMatch: 'full' },
+    { path: '', redirectTo: '/index.html', pathMatch: 'full' },
 ];
 
 @NgModule({
-    imports: [RouterModule.forRoot(routes, { useHash: true })],
+    imports: [RouterModule.forRoot(routes, { useHash: false })],
     exports: [RouterModule]
 })
 export class AppRoutingModule { }

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