diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2017-12-11 01:20:07 +0100 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2017-12-11 01:20:07 +0100 |
| commit | 7b6a999eb2ae4ade37acd045cf8f806b4021d4c1 (patch) | |
| tree | b3e07bd29476658d18e5e2d976fa116147517da2 /bucky/app/index.js | |
| parent | 0120735ce102421a2d5178e4293f244c9225c114 (diff) | |
fix mongo version
Diffstat (limited to 'bucky/app/index.js')
| -rw-r--r-- | bucky/app/index.js | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/bucky/app/index.js b/bucky/app/index.js index be3e732..e2fcd48 100644 --- a/bucky/app/index.js +++ b/bucky/app/index.js @@ -17,8 +17,6 @@ var upload = require('../util/upload') var app, server -var mongodb = require('mongodb') - var site = module.exports = {} site.init = function(){ app = express() |
