Skip to content

Commit

Permalink
Merge branch 'main' into hivanalejandro-migrate-region-step4-393605656
Browse files Browse the repository at this point in the history
  • Loading branch information
iennae authored Feb 7, 2025
2 parents ac8d2ca + 2f343ee commit cdda9f4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions endpoints/getting-started/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down Expand Up @@ -51,6 +51,6 @@ if (module === require.main) {
});
// [END listen]
}
// [END app]
// [END endpoints_express_auth]

module.exports = app;

0 comments on commit cdda9f4

Please sign in to comment.