diff --git a/plugins/airtable/src/auth.ts b/plugins/airtable/src/auth.ts index eaacb464..30a5bbc1 100644 --- a/plugins/airtable/src/auth.ts +++ b/plugins/airtable/src/auth.ts @@ -27,7 +27,7 @@ class Auth { constructor() { this.AUTH_URI = location.hostname.includes("localhost") ? "https://localhost:8787" - : "https://framer-airtable-api.sakibulislam25800.workers.dev" + : "https://oauth.fetch.tools/airtable-plugin" } logout() {