Skip to content

Commit 2f343ee

Browse files
chore (endpoints): remove older region tags (#3973)
1 parent 6038352 commit 2f343ee

File tree

1 file changed

+0
-2
lines changed
  • endpoints/getting-started

1 file changed

+0
-2
lines changed

endpoints/getting-started/app.js

-2
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
// limitations under the License.
1414

1515
// [START endpoints_express_auth]
16-
// [START app]
1716
'use strict';
1817

1918
// [START setup]
@@ -52,7 +51,6 @@ if (module === require.main) {
5251
});
5352
// [END listen]
5453
}
55-
// [END app]
5654
// [END endpoints_express_auth]
5755

5856
module.exports = app;

0 commit comments

Comments
 (0)