diff --git a/doc/api/examples/ruby/example_1.rb b/doc/api/examples/ruby/example_1.rb index 4362e0f4f..5fc837c17 100644 --- a/doc/api/examples/ruby/example_1.rb +++ b/doc/api/examples/ruby/example_1.rb @@ -1,6 +1,6 @@ require "http" -API_ENDPOINT = "https://decide.madrid.es/graphql".freeze +API_ENDPOINT = "https://demo.consulproject.org/graphql".freeze def make_request(query_string) HTTP.headers("User-Agent" => "Mozilla/5.0", accept: "application/json") diff --git a/doc/api/examples/ruby/example_2.rb b/doc/api/examples/ruby/example_2.rb index 426779add..859ee991d 100644 --- a/doc/api/examples/ruby/example_2.rb +++ b/doc/api/examples/ruby/example_2.rb @@ -1,6 +1,6 @@ require "http" -API_ENDPOINT = "https://decide.madrid.es/graphql".freeze +API_ENDPOINT = "https://demo.consulproject.org/graphql".freeze def make_request(query_string) HTTP.headers("User-Agent" => "Mozilla/5.0", accept: "application/json")