Showing
1 changed file
with
3 additions
and
0 deletions
... | @@ -185,3 +185,6 @@ function handleEvent(event) { | ... | @@ -185,3 +185,6 @@ function handleEvent(event) { |
185 | app.listen(3000, function () { | 185 | app.listen(3000, function () { |
186 | console.log('Linebot listening on port 3000!'); | 186 | console.log('Linebot listening on port 3000!'); |
187 | }); | 187 | }); |
188 | +app.get('/',(req,res)=>{ | ||
189 | + res.send("hellow"); | ||
190 | +}) | ... | ... |
-
Please register or login to post a comment