From 60383528bd61fc3f14ccd434336afc2ead3ba487 Mon Sep 17 00:00:00 2001 From: hivanalejandro Date: Thu, 6 Feb 2025 20:56:45 +0000 Subject: [PATCH 1/2] chore: (endpoints) update region tag in endpoints/getting-started/app.js (#3962) Co-authored-by: Jennifer Davis --- endpoints/getting-started/app.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/endpoints/getting-started/app.js b/endpoints/getting-started/app.js index 24e7467e94..55edaf3f97 100644 --- a/endpoints/getting-started/app.js +++ b/endpoints/getting-started/app.js @@ -12,6 +12,7 @@ // See the License for the specific language governing permissions and // limitations under the License. +// [START endpoints_express_auth] // [START app] 'use strict'; @@ -52,5 +53,6 @@ if (module === require.main) { // [END listen] } // [END app] +// [END endpoints_express_auth] module.exports = app; From 2f343ee5191db285aef132b13d202902c665c97a Mon Sep 17 00:00:00 2001 From: hivanalejandro Date: Fri, 7 Feb 2025 01:23:49 +0000 Subject: [PATCH 2/2] chore (endpoints): remove older region tags (#3973) --- endpoints/getting-started/app.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/endpoints/getting-started/app.js b/endpoints/getting-started/app.js index 55edaf3f97..ab2f900653 100644 --- a/endpoints/getting-started/app.js +++ b/endpoints/getting-started/app.js @@ -13,7 +13,6 @@ // limitations under the License. // [START endpoints_express_auth] -// [START app] 'use strict'; // [START setup] @@ -52,7 +51,6 @@ if (module === require.main) { }); // [END listen] } -// [END app] // [END endpoints_express_auth] module.exports = app;