public
Description: Simple redireciton web service built on the Google App Engine platform.
Homepage: http://302found.appspot.com/
Clone URL: git://github.com/shazow/302found.git
302found / app.yaml
100644 8 lines (7 sloc) 0.102 kb
1
2
3
4
5
6
7
8
application: 302found
version: 1
runtime: python
api_version: 1
 
handlers:
- url: /
  script: index.py