aswi2023one-team-to-rule-them-all-gitlab/src/api/api.ts @ 930b05fd
1 |
import axios from "axios" |
---|---|
2 |
import { BASE_URL } from "./constants" |
3 |
|
4 |
export const axiosInstance = axios.create({ |
5 |
baseURL: BASE_URL, |
6 |
withCredentials: true |
7 |
})
|
8 |
|