[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.
- [reclaim-ui] 61/459: update style, (continued)
- [reclaim-ui] 61/459: update style, gnunet, 2021/06/11
- [reclaim-ui] 56/459: do not filter id and reclaim, gnunet, 2021/06/11
- [reclaim-ui] 43/459: modify styles, gnunet, 2021/06/11
- [reclaim-ui] 58/459: use raw link, gnunet, 2021/06/11
- [reclaim-ui] 50/459: update, gnunet, 2021/06/11
- [reclaim-ui] 62/459: v0.1.0, gnunet, 2021/06/11
- [reclaim-ui] 59/459: update, gnunet, 2021/06/11
- [reclaim-ui] 63/459: update to recent change regarding tld lookups, gnunet, 2021/06/11
- [reclaim-ui] 65/459: html template updated, gnunet, 2021/06/11
- [reclaim-ui] 53/459: merge w conflicts, gnunet, 2021/06/11
- [reclaim-ui] 69/459: fix reload of webpage,
gnunet <=
- [reclaim-ui] 49/459: update, gnunet, 2021/06/11
- [reclaim-ui] 80/459: style update, gnunet, 2021/06/11
- [reclaim-ui] 66/459: overlay fix, gnunet, 2021/06/11
- [reclaim-ui] 57/459: update readme, gnunet, 2021/06/11
- [reclaim-ui] 74/459: entity name and revoke button fixed, gnunet, 2021/06/11
- [reclaim-ui] 77/459: identity list minor fix, gnunet, 2021/06/11
- [reclaim-ui] 82/459: fix missing div, gnunet, 2021/06/11
- [reclaim-ui] 73/459: add padding for header, gnunet, 2021/06/11
- [reclaim-ui] 86/459: fix client name check #3, gnunet, 2021/06/11
- [reclaim-ui] 76/459: openid logo properly placed, gnunet, 2021/06/11