We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 43afe9b commit 30cb1d7Copy full SHA for 30cb1d7
appengine/building-an-app/build/server.js
@@ -31,6 +31,6 @@ app.listen(PORT, () => {
31
});
32
// [END gae_app]
33
// [END app]
34
-// [START gae_build_web_server_app]
+// [END gae_build_web_server_app]
35
36
module.exports = app;
appengine/building-an-app/update/server.js
@@ -60,6 +60,6 @@ app.listen(PORT, () => {
60
61
// [END gae_update_app]
62
63
-// [START gae_update_web_server_app]
+// [END gae_update_web_server_app]
64
65
0 commit comments