Skip to content

Commit 6038352

Browse files
chore: (endpoints) update region tag in endpoints/getting-started/app.js (#3962)
Co-authored-by: Jennifer Davis <[email protected]>
1 parent 88f483a commit 6038352

File tree

1 file changed

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

1 file changed

+2
-0
lines changed

endpoints/getting-started/app.js

+2
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
// See the License for the specific language governing permissions and
1313
// limitations under the License.
1414

15+
// [START endpoints_express_auth]
1516
// [START app]
1617
'use strict';
1718

@@ -52,5 +53,6 @@ if (module === require.main) {
5253
// [END listen]
5354
}
5455
// [END app]
56+
// [END endpoints_express_auth]
5557

5658
module.exports = app;

0 commit comments

Comments
 (0)