source: app.yaml @ be29ee7

Revision be29ee7, 248 bytes checked in by ernestd@…>, 2 years ago (diff)

fixed redirect in app.yaml

git-svn-id: http://html5-slides.googlecode.com/svn/trunk@40 e7699f48-70ec-0190-6ae2-918e559b71ab

  • Property mode set to 100644
Line 
1application: html5slides
2version: 1
3runtime: python
4api_version: 1
5
6handlers:
7- url: /src
8  static_dir: src
9- url: /disclaimer.html
10  static_files: disclaimer.html
11  upload: disclaimer.html
12- url: /
13  static_files: html5.html
14  upload: html5.html
15
Note: See TracBrowser for help on using the repository browser.