2008-12-16 15:08:42 -08:00
|
|
|
application: zxing
|
2010-06-29 09:18:34 -07:00
|
|
|
version: 2
|
2008-12-16 15:08:42 -08:00
|
|
|
runtime: python
|
|
|
|
api_version: 1
|
|
|
|
|
|
|
|
handlers:
|
|
|
|
- url: /generator
|
|
|
|
script: redirect.py
|
|
|
|
|
2009-03-12 12:11:28 -07:00
|
|
|
- url: /scan
|
|
|
|
static_files: site/scan.html
|
|
|
|
upload: site/scan.html
|
|
|
|
|
2010-06-29 09:18:34 -07:00
|
|
|
- url: /favicon.ico
|
|
|
|
static_files: static/favicon.ico
|
|
|
|
upload: static/favicon.ico
|
|
|
|
|
2008-12-16 15:08:42 -08:00
|
|
|
- url: (.*)/
|
2008-12-17 13:00:38 -08:00
|
|
|
static_files: site\1/index.html
|
|
|
|
upload: site/index.html
|
2008-12-16 15:08:42 -08:00
|
|
|
|
|
|
|
- url: /
|
2008-12-17 13:00:38 -08:00
|
|
|
static_dir: site
|