From 0f3384eb571276442be168117cc6f97c57ba302d Mon Sep 17 00:00:00 2001 From: Adrian Obelmejias Date: Wed, 16 Mar 2016 20:32:51 -0400 Subject: [PATCH] Fix import --- src/modules/auth/controller.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/auth/controller.js b/src/modules/auth/controller.js index e244550..41f3bf8 100644 --- a/src/modules/auth/controller.js +++ b/src/modules/auth/controller.js @@ -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) => {