Small change to make the yaml file match the Ant script.
authordswitkin <dswitkin@59b500cc-1b3d-0410-9834-0bbf25fbcc57>
Wed, 17 Dec 2008 21:00:38 +0000 (21:00 +0000)
committerdswitkin <dswitkin@59b500cc-1b3d-0410-9834-0bbf25fbcc57>
Wed, 17 Dec 2008 21:00:38 +0000 (21:00 +0000)
git-svn-id: http://zxing.googlecode.com/svn/trunk@790 59b500cc-1b3d-0410-9834-0bbf25fbcc57

zxing.appspot.com/app.yaml

index 9f125b5..bfbaf3e 100644 (file)
@@ -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