blob: 9227cf261a0117037915be56e338efc65968da0b [file] [log] [blame]
runtime: python27
api_version: 1
threadsafe: true
service: go-dev
handlers:
- url: /
static_files: public/index.html
upload: public/index.html
# Special for static content so we do not try to append index.html to their paths.
- url: /(css|images)/(.*)
static_files: public/\1/\2
upload: public/(.*)
# Handle arbitrary paths with an index.html
- url: /(.*)
static_files: public/\1/index.html
upload: public/(.*)/index.html