Skip to content

Commit

Permalink
fix: use prod api endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
sywhb committed Oct 14, 2022
1 parent d888ca0 commit f11c98c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/util.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit f11c98c

Please sign in to comment.