We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 667392b commit c73e56eCopy full SHA for c73e56e
run/image-processing/app.js
@@ -59,6 +59,6 @@ app.post('/', async (req, res) => {
59
res.status(500).send();
60
}
61
});
62
-// [END run_pubsub_handler]
+// [END run_imageproc_controller]
63
64
module.exports = app;
0 commit comments