kenken999's picture
update
b97a3a5
raw
history blame contribute delete
93 Bytes
function doPost(e) {
var lineWebhook = new LineWebhook(e);
lineWebhook.handleRequest();
}