File size: 125 Bytes
91d9d20
 
 
 
 
1
2
3
4
5
module.exports = function (http, apis, ctx) {
    return function getCurrentUserID() {
        return ctx.userID;
    }
}