We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d4e3371 commit 7e61962Copy full SHA for 7e61962
1 file changed
run/helloworld/index.php
@@ -14,10 +14,9 @@
14
* See the License for the specific language governing permissions and
15
* limitations under the License.
16
*/
17
-
18
-// [START cloudrun_helloworld_service]
19
-// [START run_helloworld_service]
20
-->
+<!-- [START cloudrun_helloworld_service] -->
+<!-- [START run_helloworld_service] -->
21
<?php
22
23
$name = getenv('NAME', true) ?: 'World';
0 commit comments