This repository has been archived on 2022-10-07. You can view files and clone it, but cannot push or open issues or pull requests.
2021-11-13 00:13:34 +00:00
|
|
|
import ky from "ky";
|
|
|
|
|
2022-03-18 15:45:01 +00:00
|
|
|
export default ky.create({ prefixUrl: "/api" });
|