diff --git a/frontend/src/app/app.routes.ts b/frontend/src/app/app.routes.ts index 9c06d32..937f175 100644 --- a/frontend/src/app/app.routes.ts +++ b/frontend/src/app/app.routes.ts @@ -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),