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