module.exports = async function(context) { return { status: 200, body: "This is Version Two!\n" }; }