def index()

in workshop/insecure-app/app.py [0:0]


def index():
    response = make_response('Nothing to see here')
    response.headers['Content-Type'] = 'text/plain'
    return response