1
0
mirror of https://github.com/golang/go synced 2024-10-03 06:21:21 -06:00
go/misc/dashboard/godashboard/app.yaml

18 lines
227 B
YAML
Raw Normal View History

application: godashboard
version: 5
runtime: python
api_version: 1
handlers:
- url: /static
static_dir: static
- url: /package.*
script: package.py
- url: /project.*
script: package.py
- url: /.*
script: gobuild.py