Skip to content

Instantly share code, notes, and snippets.

@IndianGuru
Last active September 21, 2015 03:17
Show Gist options
  • Select an option

  • Save IndianGuru/aacef5dc927cae003379 to your computer and use it in GitHub Desktop.

Select an option

Save IndianGuru/aacef5dc927cae003379 to your computer and use it in GitHub Desktop.
Cloud endpoints file app.yaml
application: quotesnew-2983
module: default
version: v1
runtime: go
api_version: go1
# Important! Even though there's a catch all routing above,
# without these two lines it's not going to work.
# Make sure you have this:
handlers:
- url: /_ah/spi/.*
script: _go_app
secure: always
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment