summaryrefslogtreecommitdiff
path: root/src/clients/loader.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/clients/loader.ts')
-rw-r--r--src/clients/loader.ts9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/clients/loader.ts b/src/clients/loader.ts
deleted file mode 100644
index c529806..0000000
--- a/src/clients/loader.ts
+++ /dev/null
@@ -1,9 +0,0 @@
-import { ApiClient } from "./api_client";
-
-export default async function productLoader({ request }) {
- const client = new ApiClient();
- const url = new URL(request.url)
- const response = await client.get(url.pathname);
-
- return response.data;
-} \ No newline at end of file