Created
February 13, 2020 13:15
-
-
Save etrex/904f4e3d4f1b02df489193609240d2ff to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| module.exports = async function App(context) { | |
| const liffUrl = `https://liff.line.me/${process.env.LINE_LIFF_ID}`; | |
| await context.sendText(liffUrl); | |
| }; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment