This commit is contained in:
2024-03-18 13:38:16 +05:00
parent c9399c9408
commit 58df0badf7
114 changed files with 11334 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
import ky from "ky";
const api = ky.extend({
prefixUrl: "https://graff.estate/api",
// prefixUrl: import.meta.env.VITE_API_URL,
});
export default api;