aboutsummaryrefslogtreecommitdiffstats
path: root/src/api/client.ts
blob: 32c1993127b8136234e66ce615b2eb1f557adb3f (plain) (blame)
1
2
3
4
5
6
import axios from "axios";


export default axios.create({
    baseURL: process.env.BACKEND_URL
})