Add route to redirect /worlddl path to external MediaFire link
This commit is contained in:
parent
e415ecc415
commit
42786dce74
|
|
@ -2,6 +2,11 @@ import {Routes} from '@angular/router';
|
|||
import {AuthGuard} from './guards/auth.guard';
|
||||
|
||||
export const routes: Routes = [
|
||||
{
|
||||
path: 'worlddl',
|
||||
redirectTo: 'https://www.mediafire.com/folder/zblzjurjleq6i/Altitude_servers_1.17.1',
|
||||
pathMatch: 'full'
|
||||
},
|
||||
{
|
||||
path: 'login/:code',
|
||||
loadComponent: () => import('./pages/home/home.component').then(m => m.HomeComponent),
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user