mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-18 13:50:31 +00:00
@@ -122,6 +122,11 @@ export const getPreferenceRoutes = () => [
|
||||
component: lazy(() => import('@/containers/Subscriptions/BillingPage')),
|
||||
exact: true,
|
||||
},
|
||||
{
|
||||
path: `${BASE_URL}/api-keys`,
|
||||
component: lazy(() => import('@/containers/Preferences/ApiKeys/ApiKeys')),
|
||||
exact: true,
|
||||
},
|
||||
{
|
||||
path: `${BASE_URL}/`,
|
||||
component: lazy(() => import('../containers/Preferences/DefaultRoute')),
|
||||
|
||||
Reference in New Issue
Block a user