1
0
Fork 0
mirror of https://github.com/imjasonh/pointer-party synced 2026-07-08 08:55:36 +00:00
pointer-party/app.yaml

13 lines
178 B
YAML
Raw Normal View History

application: pointer-party
2013-12-21 23:57:09 -05:00
version: 1
runtime: go
api_version: go1
2013-12-21 23:57:09 -05:00
handlers:
- url: /pointer.png
static_files: pointer.png
upload: pointer.png
- url: /.*
script: _go_app