From e4c2b02ad63a6c424e1150fdfd2a2a3b07d12006 Mon Sep 17 00:00:00 2001 From: Milad Raeisi Date: Thu, 26 Sep 2024 12:37:45 +0400 Subject: [PATCH] Update app.routes.ts --- src/app/app.routes.ts | 4 ++++ 1 file changed, 4 insertions(+) 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')