> For the complete documentation index, see [llms.txt](https://docs.cremawork.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.cremawork.com/v2.0/default-route.md).

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