This commit is contained in:
2024-07-26 12:59:11 +05:00
commit b3e6ff5e9c
856 changed files with 30776 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
import ky from "ky";
const api = ky.extend({
prefixUrl: import.meta.env.VITE_SERVER_API,
});
export default api;