summaryrefslogtreecommitdiff
path: root/backend/python/src/app.yaml
Unidiff
Diffstat (limited to 'backend/python/src/app.yaml') (more/less context) (ignore whitespace changes)
-rw-r--r--backend/python/src/app.yaml20
1 files changed, 20 insertions, 0 deletions
diff --git a/backend/python/src/app.yaml b/backend/python/src/app.yaml
new file mode 100644
index 0000000..5e085a9
--- a/dev/null
+++ b/backend/python/src/app.yaml
@@ -0,0 +1,20 @@
1application: clipperz
2version: 1
3runtime: python
4api_version: 1
5
6handlers:
7- url: /json
8 script: clipperz.py
9
10- url: /css
11 static_dir: css
12
13- url: /js
14 static_dir: js
15
16- url: /images
17 static_dir: images
18
19- url: /.*
20 script: clipperz.py