Skip to content

Commit

Permalink
fix require bug
Browse files Browse the repository at this point in the history
  • Loading branch information
ximing committed Apr 25, 2017
1 parent cb48be5 commit 888be99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion template/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ const controller = require('./router');
const cxt = require('./context/index');
const env = require('./lib/config').getEnv();
{{#oauth}}
const oauth = require('../index');
const oauth = require('nx-oauth-koa');
{{/oauth}}
const app = koa();

Expand Down

0 comments on commit 888be99

Please sign in to comment.