summaryrefslogtreecommitdiff
path: root/server/app.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'server/app.yaml')
-rw-r--r--server/app.yaml15
1 files changed, 15 insertions, 0 deletions
diff --git a/server/app.yaml b/server/app.yaml
new file mode 100644
index 0000000..340a161
--- /dev/null
+++ b/server/app.yaml
@@ -0,0 +1,15 @@
+application: screenplain
+version: 1
+runtime: python
+api_version: 1
+
+handlers:
+- url: /styles
+ static_dir: styles
+
+- url: /text
+ script: main.py
+
+- url: /
+ static_files: index.html
+ upload: index.html