Projekt

Obecné

Profil

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