https://github.com/google/cayley
Raw File
Tip revision: dba3a07b33e8e7043f4f07032730cd7a4d1129af authored by Iddan Aaronsohn on 01 October 2019, 11:35:37 UTC
Cleanup README.md and docs/README.md.
Tip revision: dba3a07
app.yaml
runtime: go
api_version: go1

handlers:
- url: /.*
  script: _go_app
back to top