mirror of
https://github.com/zxing/zxing.git
synced 2024-11-10 04:54:04 -08:00
73bb0192a3
git-svn-id: https://zxing.googlecode.com/svn/trunk@1463 59b500cc-1b3d-0410-9834-0bbf25fbcc57
24 lines
370 B
YAML
24 lines
370 B
YAML
application: zxing
|
|
version: 2
|
|
runtime: python
|
|
api_version: 1
|
|
|
|
handlers:
|
|
- url: /generator
|
|
script: redirect.py
|
|
|
|
- url: /scan
|
|
static_files: site/scan.html
|
|
upload: site/scan.html
|
|
|
|
- url: /favicon.ico
|
|
static_files: static/favicon.ico
|
|
upload: static/favicon.ico
|
|
|
|
- url: (.*)/
|
|
static_files: site\1/index.html
|
|
upload: site/index.html
|
|
|
|
- url: /
|
|
static_dir: site
|