mirror of
https://github.com/golang/go
synced 2024-11-15 11:20:30 -07:00
e9f82e6b68
This leaves only the project page, which now resides at the web root. R=golang-dev, bsiegert, rsc CC=golang-dev https://golang.org/cl/5833044
16 lines
257 B
YAML
16 lines
257 B
YAML
application: godashboard
|
|
version: 9
|
|
runtime: python
|
|
api_version: 1
|
|
|
|
handlers:
|
|
- url: /favicon\.ico
|
|
static_files: static/favicon.ico
|
|
upload: static/favicon\.ico
|
|
|
|
- url: /static
|
|
static_dir: static
|
|
|
|
- url: /(|project(|/login|/edit))
|
|
script: project.py
|