Olympus/frontend/athena/lib/api.ts

5 lines
87 B
TypeScript

import axios from "axios";
export const api = axios.create({
baseURL: "/api",
});