summaryrefslogtreecommitdiff
path: root/server/app.yaml
diff options
context:
space:
mode:
authorMartin Vilcans <martin@librador.com>2011-08-24 00:18:14 +0200
committerMartin Vilcans <martin@librador.com>2011-08-24 00:18:14 +0200
commitcd6a0be01d0f09faa55760769a9beee011599240 (patch)
tree94cdf1b3340be291af4686c1bd5e2fc8b82eb113 /server/app.yaml
parentbeec72fbfa4c462463d354dbc75392a47de77f74 (diff)
Serve annotated HTML from server so we can debug parsing
Diffstat (limited to 'server/app.yaml')
-rw-r--r--server/app.yaml6
1 files changed, 5 insertions, 1 deletions
diff --git a/server/app.yaml b/server/app.yaml
index 340a161..949c8b0 100644
--- a/server/app.yaml
+++ b/server/app.yaml
@@ -7,9 +7,13 @@ handlers:
- url: /styles
static_dir: styles
-- url: /text
+- url: /convert
script: main.py
- url: /
static_files: index.html
upload: index.html
+
+- url: /style.css
+ static_files: style.css
+ upload: style.css