Skip to content

Commit 12eb153

Browse files
authored
add region tags to cloudsql example (GoogleCloudPlatform#306)
1 parent 804185d commit 12eb153

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

appengine/flexible/cloudsql/app.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
* limitations under the License.
1616
*/
1717

18+
# [START example]
1819
use Silex\Application;
1920
use Symfony\Component\HttpFoundation\Request;
2021
use Symfony\Component\HttpFoundation\Response;
@@ -68,5 +69,6 @@
6869
return new Response(implode("\n", $visits), 200,
6970
['Content-Type' => 'text/plain']);
7071
});
72+
# [END example]
7173

7274
return $app;

0 commit comments

Comments
 (0)