mirror of
https://github.com/zxing/zxing.git
synced 2024-11-10 04:54:04 -08:00
13432e7bb2
git-svn-id: https://zxing.googlecode.com/svn/trunk@790 59b500cc-1b3d-0410-9834-0bbf25fbcc57
16 lines
215 B
YAML
16 lines
215 B
YAML
application: zxing
|
|
version: 1
|
|
runtime: python
|
|
api_version: 1
|
|
|
|
handlers:
|
|
- url: /generator
|
|
script: redirect.py
|
|
|
|
- url: (.*)/
|
|
static_files: site\1/index.html
|
|
upload: site/index.html
|
|
|
|
- url: /
|
|
static_dir: site
|