Skip to content

Commit

Permalink
fix guildadmin web route [fix #180]
Browse files Browse the repository at this point in the history
  • Loading branch information
zekroTJA committed Oct 27, 2020
1 parent 6f4a174 commit e74d0d0
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions web/src/app/app-routing.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,11 @@ const routes: Routes = [
path: 'guilds/:guildid/guildadmin/karma',
component: GuildAdminKarmaComponent,
},
{
path: 'guilds/:guildid/guildadmin',
redirectTo: 'guilds/:guildid/guildadmin/antiraid',
pathMatch: 'full',
},
{
path: 'guilds/:guildid/:memberid',
component: MemberRouteComponent,
Expand Down

0 comments on commit e74d0d0

Please sign in to comment.