diff --git a/src/util.ts b/src/util.ts index 4107a02..7204485 100644 --- a/src/util.ts +++ b/src/util.ts @@ -77,7 +77,7 @@ export interface HighlightPoint { top: number } -const ENDPOINT = 'http://localhost:4000/api/graphql' +const ENDPOINT = 'https://api-prod.omnivore.app/api/graphql' const requestHeaders = (apiKey: string) => ({ 'Content-Type': 'application/json', authorization: apiKey,