From 8c3f20e870ebbf3416ef36eb09751b473f8b0f92 Mon Sep 17 00:00:00 2001 From: Usame Algan Date: Tue, 15 Aug 2023 13:18:38 +0200 Subject: [PATCH] Update routes file --- src/config/routes.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/config/routes.ts b/src/config/routes.ts index eaa97cbe10..6bea1cd90d 100644 --- a/src/config/routes.ts +++ b/src/config/routes.ts @@ -9,6 +9,7 @@ export const AppRoutes = { home: '/home', cookie: '/cookie', addressBook: '/address-book', + addOwner: '/addOwner', _offline: '/_offline', apps: { open: '/apps/open',