For the complete documentation index, see llms.txt. This page is also available as Markdown.

Default Route

To update the default route, go to the file src/shared/constants/AppConst.js and change the initialUrl value.

export const initialUrl = '/dashboards/analytics';

Last updated