X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=zxing.appspot.com%2Fapp.yaml;h=311c87b47029c5c719af7c425bfdc627680db3ce;hb=c543764ba8dbf541ea70e8be085cc1b75ccd353d;hp=bfbaf3ee1f12b81ed87c009c298a9fca82b616d3;hpb=65d29eebd521f91be7b86a49cc476ceb5dda773d;p=zxing.git diff --git a/zxing.appspot.com/app.yaml b/zxing.appspot.com/app.yaml index bfbaf3ee..311c87b4 100644 --- a/zxing.appspot.com/app.yaml +++ b/zxing.appspot.com/app.yaml @@ -7,6 +7,10 @@ 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