Skip to content

Instantly share code, notes, and snippets.

@qunabu
Created October 15, 2020 18:59
Show Gist options
  • Save qunabu/65575efd1c45ff0d4ad3cb65bf1e4407 to your computer and use it in GitHub Desktop.
Save qunabu/65575efd1c45ff0d4ad3cb65bf1e4407 to your computer and use it in GitHub Desktop.
module.exports = {
hi: (ctx) => {
ctx.send(`Hi ${ctx.state.user.username}`);
},
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment