blob: c21e1ed4ecefd249dc5f4001aa1221017196ac0b [file] [log] [blame]
application: google.com:sourceandroid-staging
version: 1
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: (.*)