blob: 5f785b5cc27c064e83eba8260ca3920849d943d0 [file] [log] [blame]
def main(req, res):
return ([
(b'Cache-Control', b'no-cache, must-revalidate'),
(b'Pragma', b'no-cache'),
(b'Content-Type', b'application/javascript')],
b'echo_output = "%s (scope2/)";\n' % req.GET[b'msg'])