scratch-blocks/appengine/index_redirect.py

2 lines
64 B
Python

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