Files
blockly/appengine/index_redirect.py
2014-11-11 14:06:02 -08:00

3 lines
65 B
Python

print("Status: 302")
print("Location: /static/demos/index.html")