diff --git a/Gemfile.lock b/Gemfile.lock index df08adfd2..02ea7ca24 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -113,7 +113,7 @@ GEM faker (2.23.0) i18n (>= 1.8.11, < 2) ffi (1.15.5) - gds-api-adapters (83.0.0) + gds-api-adapters (84.0.0) addressable link_header null_logger diff --git a/app/lib/services.rb b/app/lib/services.rb index 41cc8bb22..97629a385 100644 --- a/app/lib/services.rb +++ b/app/lib/services.rb @@ -27,7 +27,7 @@ def self.publishing_api def self.search_api @search_api = GdsApi::Search.new( - Plek.find("search"), + Plek.find("search-api"), ) end end diff --git a/app/views/development/index.html.erb b/app/views/development/index.html.erb index a0411d06f..1ac715249 100644 --- a/app/views/development/index.html.erb +++ b/app/views/development/index.html.erb @@ -38,7 +38,7 @@