diff options
| author | Jules Laplace <jules@okfoc.us> | 2017-02-19 01:14:24 +0100 |
|---|---|---|
| committer | Jules Laplace <jules@okfoc.us> | 2017-02-19 01:14:24 +0100 |
| commit | d6be5583190174bd45c417b934b36e4469ab3441 (patch) | |
| tree | 86dccac51fe09608b7f8954c05c270530f11155e /lib/okpush/index.js | |
| parent | d3d195470caef02891de58ed25b92a02c088c37d (diff) | |
new certs
Diffstat (limited to 'lib/okpush/index.js')
| -rw-r--r-- | lib/okpush/index.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/okpush/index.js b/lib/okpush/index.js index a509c891..2fe59932 100644 --- a/lib/okpush/index.js +++ b/lib/okpush/index.js @@ -6,7 +6,7 @@ var path = require('path') var passport = require('passport') var DigestStrategy = require('passport-http').DigestStrategy; var bodyParser = require('body-parser') -var OKTemplate = require('../../../app/node_modules/oktemplate') +var OKTemplate = require('../../node_modules/okcms/app/node_modules/oktemplate') var apn = require('./apn') var db = require('./db') |
