summaryrefslogtreecommitdiffstats
path: root/app.yaml
blob: d9a57700ff3e4403d8dfb2f767adb485e78413f0 (plain)
1
2
3
4
5
6
7
8
9
10
11
application: yetanotherequator
version: 1
runtime: python
api_version: 1

handlers:
- url: /static
  static_dir: static

- url: /.*
  script: main.py