update to address some API deprecations
[gae-samples.git] / overheard / app.yaml
blob66dcd350047e01722ef0436606cae170649aca71
1 application: just-overheard-it
2 version: 1
3 runtime: python
4 api_version: 1
6 handlers:
7 - url: /test.*
8   script: gaeunit.py
10 - url: /images/
11   static_dir: images
13 - url: /js/
14   static_dir: js
16 - url: /.*
17   script: main.py