import ky from "ky"; import { BASE_URL } from "./endpoint"; export const api = ky.create({ prefixUrl: BASE_URL, });