This commit is contained in:
2023-12-01 14:43:18 +05:00
parent b8cec033bb
commit edcd51599c
33 changed files with 2669 additions and 236 deletions
+7
View File
@@ -0,0 +1,7 @@
import ky from "ky";
const api = ky.extend({
prefixUrl: import.meta.env.VITE_API_URL,
});
export default api;