mirror of
https://github.com/atlanticbiomedical/biomedjs.git
synced 2025-07-02 00:47:26 -04:00
Initial Commit
This commit is contained in:
6
app/controllers/account.js
Normal file
6
app/controllers/account.js
Normal file
@ -0,0 +1,6 @@
|
||||
|
||||
var mongoose = require('mongoose');
|
||||
|
||||
exports.profile = function(req, res) {
|
||||
res.json(req.user);
|
||||
};
|
Reference in New Issue
Block a user