Files
2018-02-02 04:16:08 -05:00

5 lines
159 B
Python

def main(request, response):
headers = [("Content-Type", "text/javascript")]
body = "test1_token = \"script executed\";"
return 404, headers, body