Simple image host.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

account_logout.node.js 99B

123456
  1. var scrypt = require("scrypt");
  2. module.exports = function(ctx) {
  3. ctx.logout();
  4. ctx.succeed();
  5. }