diff options
author | HombreLaser <sebastian-440@live.com> | 2023-04-26 21:37:38 -0600 |
---|---|---|
committer | HombreLaser <sebastian-440@live.com> | 2023-04-26 21:37:38 -0600 |
commit | c7e493ce3d2855e61787d86714625bc7fc51f9bd (patch) | |
tree | b7b9b97fbe26d6258a553c8dc4655d5fcf7cdb92 /src/clients/loader.ts | |
parent | 70db52d02dfe5da7397e5ba801b01739a5d0ceaa (diff) |
Añade vista de producto individual
Diffstat (limited to 'src/clients/loader.ts')
-rw-r--r-- | src/clients/loader.ts | 9 |
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 |