Skip to content

Commit f92f5b7

Browse files
author
remi Taylor
committed
Don't include port in Pub/Sub listener docs region
The 8080 port is only relevant for deploying this sample application to Google App Engine flexible environment.
1 parent 6f820f9 commit f92f5b7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pubsub/listener.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,6 @@
2323
logger.info "Pushed Message: #{data}"
2424
response.status = 204
2525
end
26+
# [END receive_push_message]
2627

2728
set :port, 8080
28-
# [END receive_push_message]

0 commit comments

Comments
 (0)