# Axios Setup

In Crema, the Axios library has been used for API calls. You need to do the following settings for using it:-‌

Go to ApiConfig.js file, you can find this file at the path:-

```
src/@crema/services/ApiConfig.js
```

&#x20;In this file, you will find the Axios setup, the content of the file looks like this:-

![](https://1050460320-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-M3SI3541XczU8y8WVdI%2F-M3Zwk-g2iTio3GeLwqS%2F-M3ZyXJ0NxaNaDv-SBUP%2Fimage.png?alt=media\&token=1a799ae4-fa74-4d0a-934f-eb1748bf3840)

Here, you can define your base path Url and add more headers if required.
