From 9021f496a3a6abe3df19ca0caa52f4834b0c6129 Mon Sep 17 00:00:00 2001 From: dswitkin Date: Wed, 17 Dec 2008 21:00:38 +0000 Subject: [PATCH] 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 --- zxing.appspot.com/app.yaml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) 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 -- 2.20.1