Remove old option.

This commit is contained in:
Simo Kinnunen
2014-01-27 19:30:42 +09:00
parent f2066b35fa
commit bbab0e6014

View File

@@ -24,7 +24,6 @@ module.exports = function(options) {
}))
app.use(jwt({
secret: options.secret
, appUrl: options.url
, authUrl: options.authUrl
}))
app.use(express.json())