In my app.yaml file I have:
handlers:
- url: /resume
static_dir: resume
Inside my /resume folder I have an index.htm file. I want this file to show when I navigate to http://myapp/resume -- how do I tell GAE that index.htm should be the default page in this directory?