mirror of
https://github.com/leanote/desktop-app.git
synced 2025-10-15 23:55:50 +00:00
add node_modules
This commit is contained in:
12
node_modules/attach.js
generated
vendored
Normal file
12
node_modules/attach.js
generated
vendored
Normal file
@@ -0,0 +1,12 @@
|
||||
var db = require('db');
|
||||
var User = require('user');
|
||||
var Attachs = db.attachs;
|
||||
|
||||
function log(o) {
|
||||
console.log(o);
|
||||
}
|
||||
|
||||
// 附件服务
|
||||
var Attach = {
|
||||
|
||||
module.exports = Attach;
|
Reference in New Issue
Block a user