mirror of
https://github.com/imjasonh/pointer-party
synced 2026-07-08 00:45:35 +00:00
12 lines
178 B
YAML
12 lines
178 B
YAML
application: pointer-party
|
|
version: 1
|
|
runtime: go
|
|
api_version: go1
|
|
|
|
handlers:
|
|
- url: /pointer.png
|
|
static_files: pointer.png
|
|
upload: pointer.png
|
|
|
|
- url: /.*
|
|
script: _go_app
|