1
2
3
4
// https://stevekrouse-serverlessMatrixEchoBot.express.val.run/_matrix/push/v1/notify
export async function serverlessMatrixEchoBot(req, res) {
res.send(req.path);
}
Val Town is a social website to write and deploy JavaScript.
Build APIs and schedule functions from your browser.