From: dswitkin Date: Wed, 17 Dec 2008 21:00:38 +0000 (+0000) Subject: Small change to make the yaml file match the Ant script. X-Git-Url: http://git.rot13.org/?p=zxing.git;a=commitdiff_plain;h=9021f496a3a6abe3df19ca0caa52f4834b0c6129 Small change to make the yaml file match the Ant script. git-svn-id: http://zxing.googlecode.com/svn/trunk@790 59b500cc-1b3d-0410-9834-0bbf25fbcc57 --- diff --git a/zxing.appspot.com/app.yaml b/zxing.appspot.com/app.yaml index 9f125b59..bfbaf3ee 100644 --- a/zxing.appspot.com/app.yaml +++ b/zxing.appspot.com/app.yaml @@ -8,9 +8,8 @@ handlers: script: redirect.py - url: (.*)/ - static_files: static\1/index.html - upload: static/index.html + static_files: site\1/index.html + upload: site/index.html - url: / - static_dir: static - + static_dir: site