mirror of
https://github.com/GNS3/gns3-web-ui.git
synced 2025-01-18 10:46:35 +00:00
Redirect to /servers when page is not found, Fixes: #338
This commit is contained in:
parent
a7386104b4
commit
4b2208e61e
@ -120,6 +120,10 @@ const routes: Routes = [
|
||||
},
|
||||
{
|
||||
path: 'server/:server_id/project/:project_id', component: ProjectMapComponent,
|
||||
},
|
||||
{
|
||||
path: '**',
|
||||
redirectTo: 'servers'
|
||||
}
|
||||
];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user