Skip to content

Commit

Permalink
fix region tags
Browse files Browse the repository at this point in the history
  • Loading branch information
hivanalejandro authored and iennae committed Jan 23, 2025
1 parent 43afe9b commit 30cb1d7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion appengine/building-an-app/build/server.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@ app.listen(PORT, () => {
});
// [END gae_app]
// [END app]
// [START gae_build_web_server_app]
// [END gae_build_web_server_app]

module.exports = app;
2 changes: 1 addition & 1 deletion appengine/building-an-app/update/server.js
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,6 @@ app.listen(PORT, () => {
});
// [END gae_update_app]
// [END app]
// [START gae_update_web_server_app]
// [END gae_update_web_server_app]

module.exports = app;

0 comments on commit 30cb1d7

Please sign in to comment.