diff --git a/src/app/app.routes.ts b/src/app/app.routes.ts index 84f1319..fef926d 100644 --- a/src/app/app.routes.ts +++ b/src/app/app.routes.ts @@ -82,6 +82,10 @@ export const appRoutes: Route[] = [ path: 'profile', loadChildren: () => import('app/components/profile/profile.routes') }, + { + path: 'profile/:pubkey', + loadChildren: () => import('app/components/profile/profile.routes') + }, { path: 'settings', loadChildren: () => import('app/components/settings/settings.routes')