We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 804185d commit 12eb153Copy full SHA for 12eb153
appengine/flexible/cloudsql/app.php
@@ -15,6 +15,7 @@
15
* limitations under the License.
16
*/
17
18
+# [START example]
19
use Silex\Application;
20
use Symfony\Component\HttpFoundation\Request;
21
use Symfony\Component\HttpFoundation\Response;
@@ -68,5 +69,6 @@
68
69
return new Response(implode("\n", $visits), 200,
70
['Content-Type' => 'text/plain']);
71
});
72
+# [END example]
73
74
return $app;
0 commit comments