import axios, {type AxiosInstance} from "axios"; export const Api: AxiosInstance = axios.create({ baseURL: 'http://localhost:8080' });