blob: c6d3e07f3d659cab9780672ca1a20fb51f5fc733 [file] [log] [blame]
application: afterquery
version: 1
runtime: python27
api_version: 1
threadsafe: true
handlers:
- url: /
static_files: render.html
upload: render.html
- url: /help
static_files: help.html
upload: help.html
- url: /render.js
static_files: render.js
upload: render.js
- url: /(.*)\.json
static_files: \1.json
mime_type: text/plain
upload: (.*\.json)
expiration: "1m"