1
0
mirror of https://github.com/golang/go synced 2024-10-03 04:21:22 -06:00
go/misc/dashboard/godashboard/app.yaml
Andrew Gerrand 6e83100ae5 godashboard: add Projects page
R=rsc, r, gri
CC=golang-dev
https://golang.org/cl/1476041
2010-06-23 15:27:51 +01:00

18 lines
227 B
YAML

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