aboutsummaryrefslogtreecommitdiffstats
path: root/server/app.yaml
blob: 0b461918d3705167a570fa1bb58c8fbaa183608b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
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

- url: /favicon.ico
  static_files: favicon.ico
  upload: favicon.ico