Skip to content

Commit

Permalink
chore: (endpoints) update region tag in endpoints/getting-started/app…
Browse files Browse the repository at this point in the history
….js (#3962)

Co-authored-by: Jennifer Davis <[email protected]>
  • Loading branch information
hivanalejandro and iennae authored Feb 6, 2025
1 parent 88f483a commit 6038352
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions endpoints/getting-started/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -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';

Expand Down Expand Up @@ -52,5 +53,6 @@ if (module === require.main) {
// [END listen]
}
// [END app]
// [END endpoints_express_auth]

module.exports = app;

0 comments on commit 6038352

Please sign in to comment.