update lại thư mục cấu trúc mới của server nodejs và python
This commit is contained in:
+9
@@ -0,0 +1,9 @@
|
||||
'use strict';
|
||||
|
||||
var utils = require('../utils.cjs');
|
||||
|
||||
const getOwnIdFactory = utils.apiFactory()((_, ctx) => {
|
||||
return () => ctx.uid;
|
||||
});
|
||||
|
||||
exports.getOwnIdFactory = getOwnIdFactory;
|
||||
Reference in New Issue
Block a user