Files
2014-10-24 14:17:10 +02:00

4 lines
130 B
Python

def application(env, start_response):
start_response('200 OK', [('Content-Type', 'text/html')])
return env['SCRIPT_NAME']