Skip to content

Commit

Permalink
Update airtable.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
mccarthyk authored Oct 15, 2024
1 parent f7e213a commit a9dda12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/airtable.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ const TABLE_ID = `app7AjL7lfPQyi3lF`;

const airtable: AxiosInstance = axios.create({
baseURL: import.meta.env.PROD
? `https://hc-caching-proxy.herokuapp.com/airtable/${TABLE_ID}`
? `https://hc-airtable-caching-proxy.netlify.app/api/v1/airtable/${TABLE_ID}`
: `https://api.airtable.com/v0/${TABLE_ID}`,
headers: import.meta.env.DEV
? {
Expand Down

0 comments on commit a9dda12

Please sign in to comment.