summaryrefslogtreecommitdiff
path: root/server/app.yaml
diff options
context:
space:
mode:
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