To update the default route, go to the file src/shared/constants/AppConst.js and change the initialUrl value.
src/shared/constants/AppConst.js
initialUrl
export const initialUrl = '/dashboards/analytics';
Last updated 5 years ago