blob: 045fe2de12b51cfed29341841860cdcf6cddbea5 [file] [log] [blame]
application: google.com:sourceandroid-staging
version: 11
runtime: python
api_version: 1
handlers:
# re-direct to index.html if no path is given
- url: /
static_files: index.html
upload: index.html
# access the static resources in the root directory
- url: /(.*)
static_files: \1
upload: (.*)