Projekt

Obecné

Profil

Stáhnout (171 Bajtů) Statistiky
| Větev: | Tag: | Revize:
1 7e4b4e6a mschwob
import axios from "axios"
2 84cc4e49 Michal Schwob
import { BASE_API_URL } from "./constants"
3 7e4b4e6a mschwob
4 5ed9692c Schwobik
5 7e4b4e6a mschwob
export const axiosInstance = axios.create({
6 84cc4e49 Michal Schwob
    baseURL: BASE_API_URL,
7 7e4b4e6a mschwob
    withCredentials: true
8
})