chore: rename file

This commit is contained in:
Ilia Mashkov
2026-03-17 13:39:32 +03:00
parent 55451d3eb4
commit 98146a7996
3 changed files with 4 additions and 2 deletions

View File

@@ -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,