zxing/zxing.appspot.com/app.yaml

20 lines
285 B
YAML
Raw Normal View History

application: zxing
version: 1
runtime: python
api_version: 1
handlers:
- url: /generator
script: redirect.py
- url: /scan
static_files: site/scan.html
upload: site/scan.html
- url: (.*)/
static_files: site\1/index.html
upload: site/index.html
- url: /
static_dir: site