blob: 00636378c033d435abbf81698e1f559b7342345b [file] [log] [blame]
application: afterquery
version: 1
runtime: python27
api_version: 1
threadsafe: true
handlers:
- url: /
static_files: render.html
upload: render.html
- url: /edit
static_files: edit.html
upload: edit.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"