Skip to content

Commit

Permalink
Merge pull request #69 from subsy/require-nopp
Browse files Browse the repository at this point in the history
Update app.js to require nopp
  • Loading branch information
subsy authored Nov 23, 2023
2 parents a3d1906 + ef5d5a9 commit bf7c0ce
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion app.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@

// mongoose setup
require('./mongoose-db');
require('./typeorm-db')
require('./typeorm-db');

require('nopp');

var st = require('st');
var crypto = require('crypto');
Expand Down

0 comments on commit bf7c0ce

Please sign in to comment.