mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Update extension to speak directly with the API
This commit is contained in:
parent
0bcb8a23c5
commit
c8f262d5ed
2 changed files with 2 additions and 2 deletions
|
|
@ -1,3 +1,3 @@
|
|||
OMNIVORE_URL="https://demo.omnivore.app"
|
||||
OMNIVORE_GRAPHQL_URL="https://demo.omnivore.app/api/"
|
||||
OMNIVORE_GRAPHQL_URL="https://api-demo.omnivore.app/api/"
|
||||
EXTENSION_NAME="Omnivore *DEMO*"
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
OMNIVORE_URL="https://omnivore.app"
|
||||
OMNIVORE_GRAPHQL_URL="https://omnivore.app/api/"
|
||||
OMNIVORE_GRAPHQL_URL="https://api-prod.omnivore.app/api/"
|
||||
EXTENSION_NAME="Omnivore"
|
||||
|
|
|
|||
Loading…
Reference in a new issue