Skip to content

Instantly share code, notes, and snippets.

@caseysoftware
Last active December 19, 2015 00:29
Show Gist options
  • Select an option

  • Save caseysoftware/5869125 to your computer and use it in GitHub Desktop.

Select an option

Save caseysoftware/5869125 to your computer and use it in GitHub Desktop.
Updated app.yaml for the twilio example
application: examplehelloworld
version: 1
runtime: php
api_version: 1
threadsafe: true
handlers:
- url: /images
static_dir: images
- url: /send-sms
script: send-sms.php
- url: /make-call
script: make-call.php
- url: .*
script: index.php
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment