Default Route
export const initialUrl = '/dashboards/analytics';Last updated
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