diff --git a/pkg/extension/.env.demo b/pkg/extension/.env.demo index cf435d0ed..6e22af7e0 100644 --- a/pkg/extension/.env.demo +++ b/pkg/extension/.env.demo @@ -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*" diff --git a/pkg/extension/.env.production b/pkg/extension/.env.production index 71893c18f..939062848 100644 --- a/pkg/extension/.env.production +++ b/pkg/extension/.env.production @@ -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"