This commit is contained in:
lesion
2019-07-30 18:47:17 +02:00
parent a7c4592a35
commit 9b06ac257f

View File

@@ -1,5 +1,6 @@
const { user: User } = require('../api/models')
const config = require('config')
const get = require('lodash/get')
module.exports = {
async get (req, res) {
@@ -50,4 +51,4 @@ module.exports = {
outbox (req, res) {
console.error('Inside outbox, should return all events from this user')
}
}
}