From da748fb77a59a9eb1bd80729fd593cc9fd728548 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julio=20S=C3=A1nchez?= <47091309+JulioSanchezD@users.noreply.github.com> Date: Thu, 8 Aug 2024 11:39:30 -0600 Subject: [PATCH] Update google-custom-search-openapi.json Updated base URL --- .../basic/google-custom-search-openapi.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/integrations/extensions/starter-kits/google-custom-search/basic/google-custom-search-openapi.json b/integrations/extensions/starter-kits/google-custom-search/basic/google-custom-search-openapi.json index 9c896654..cb7ef364 100644 --- a/integrations/extensions/starter-kits/google-custom-search/basic/google-custom-search-openapi.json +++ b/integrations/extensions/starter-kits/google-custom-search/basic/google-custom-search-openapi.json @@ -8,7 +8,7 @@ }, "servers": [ { - "url": "https://customsearch.googleapis.com" + "url": "https://www.googleapis.com" } ], "components": { @@ -728,4 +728,4 @@ } } } -} \ No newline at end of file +}