diff --git a/src/app/app-routing.module.ts b/src/app/app-routing.module.ts index 32b8783..418e576 100644 --- a/src/app/app-routing.module.ts +++ b/src/app/app-routing.module.ts @@ -30,6 +30,7 @@ import { DividertestComponent } from './pages/dividertest/dividertest.component' const routes: Routes = [ { path: 'profile/:username', component: UserComponent, canActivate: [ AuthUpdateGuard ] }, + { path: 'edit-profile', component: ProfileComponent, canActivate: [ AuthenticatedGuard ] }, { path: '', component: MainComponent, children: [ { path: '', redirectTo: "/services", pathMatch: 'full' },