aboutsummaryrefslogtreecommitdiffstats
path: root/server/app.yaml
blob: 949c8b09a7f4d33d71a0e1fb34c36318802895a5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
application: screenplain
version: 1
runtime: python
api_version: 1

handlers:
- url: /styles
  static_dir: styles

- url: /convert
  script: main.py

- url: /
  static_files: index.html
  upload: index.html

- url: /style.css
  static_files: style.css
  upload: style.css