diff --git a/endpoints/getting-started/app.js b/endpoints/getting-started/app.js index 24e7467e94..ab2f900653 100644 --- a/endpoints/getting-started/app.js +++ b/endpoints/getting-started/app.js @@ -12,7 +12,7 @@ // See the License for the specific language governing permissions and // limitations under the License. -// [START app] +// [START endpoints_express_auth] 'use strict'; // [START setup] @@ -51,6 +51,6 @@ if (module === require.main) { }); // [END listen] } -// [END app] +// [END endpoints_express_auth] module.exports = app;