chore: rename file
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import ky from "ky";
|
||||
import { BASE_URL } from "./endpoint";
|
||||
import { BASE_URL } from "./constants";
|
||||
|
||||
export const api = ky.create({
|
||||
prefixUrl: BASE_URL,
|
||||
|
||||
Reference in New Issue
Block a user