refactor: update component declarations and remove unused imports
chore: bump dependencies to latest versions for improved stability fix: update API base URL for client and httpClientAdapter refactor: reorganize imports in index.tsx for better readability chore: add observability configuration in wrangler.jsonc
This commit is contained in:
@@ -10,8 +10,7 @@ export const customFetch = async (url: string, options: RequestInit) => {
|
||||
Object.assign(options, {
|
||||
headers: c.req.header()
|
||||
});
|
||||
const res = await fetch(["https://interesting-atmosphere-encryption-value.trycloudflare.com", url.replace(/r\//, '')].join('/'), options);
|
||||
console.log('Fetching URL:', res);
|
||||
const res = await fetch(["https://cheapest-representations-corporations-related.trycloudflare.com", url.replace(/r\//, '')].join('/'), options);
|
||||
res.headers.forEach((value, key) => {
|
||||
c.header(key, value);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user