Revision 300dcf1f8503204e9139b7493702c154ac87b476 authored by 3pCode on 14 August 2019, 19:03:30 UTC, committed by Denys Smirnov on 14 August 2019, 19:14:02 UTC
1 parent ddec95c
Raw File
app.yaml
runtime: go
api_version: go1

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