# 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';
```
