Skip to content

Commit

Permalink
chore (endpoints): remove older region tags (#3973)
Browse files Browse the repository at this point in the history
  • Loading branch information
hivanalejandro authored Feb 7, 2025
1 parent 6038352 commit 2f343ee
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions endpoints/getting-started/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
// limitations under the License.

// [START endpoints_express_auth]
// [START app]
'use strict';

// [START setup]
Expand Down Expand Up @@ -52,7 +51,6 @@ if (module === require.main) {
});
// [END listen]
}
// [END app]
// [END endpoints_express_auth]

module.exports = app;

0 comments on commit 2f343ee

Please sign in to comment.