blob: aeb616ef8507cf58fc82160a5e5c4de3c8f972d0 [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: /([^/]*).js
static_files: \1.js
upload: .*.js
- url: /([^/]*)\.json
static_files: \1.json
mime_type: text/plain
upload: .*\.json