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