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