Change URLs to use the new domain
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
require "net/http"
|
||||
|
||||
API_ENDPOINT = "https://demo.consulproject.org/graphql".freeze
|
||||
API_ENDPOINT = "https://demo.consuldemocracy.org/graphql".freeze
|
||||
|
||||
def make_request(query_string)
|
||||
uri = URI(API_ENDPOINT)
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
require "net/http"
|
||||
require "json"
|
||||
|
||||
API_ENDPOINT = "https://demo.consulproject.org/graphql".freeze
|
||||
API_ENDPOINT = "https://demo.consuldemocracy.org/graphql".freeze
|
||||
|
||||
def make_request(query_string)
|
||||
uri = URI(API_ENDPOINT)
|
||||
|
||||
Reference in New Issue
Block a user