zxing/zxing.appspot.com/app.yaml

17 lines
222 B
YAML
Raw Normal View History

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