Fix import

This commit is contained in:
Adrian Obelmejias
2016-03-16 20:32:51 -04:00
parent ae2bf52fcf
commit 0f3384eb57
+1 -1
View File
@@ -1,6 +1,6 @@
import passport from 'koa-passport'
import jwt from 'jsonwebtoken'
import config from '../../config'
import config from '../../../config'
export async function authUser(ctx, next) {
return passport.authenticate('local', (user) => {