diff options
author | Eugene Sokolov <eug-vs@keemail.me> | 2020-12-04 01:33:37 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-12-04 01:33:37 +0300 |
commit | fac35a9a0ad1628cf31380bf29c251f6c51f13f1 (patch) | |
tree | 0aa142dce4a5d8dc4e90b090007cfbba3b4fc0fb /index.js | |
parent | 778f614a8eb753529c02d71e49486846391f0a3f (diff) | |
parent | 8ef929e503b00d93c5fee4ab996aeaa9abf283d3 (diff) | |
download | bsu-fantom-master.tar.gz |
Refactor/mongo cronjob
Diffstat (limited to 'index.js')
-rw-r--r-- | index.js | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,7 +1,7 @@ require('dotenv').config(); const app = require('./src/app.js'); -const { connectDb } = require('./src/connectDb.js'); +const connectDb = require('./src/connectDb.js'); const PORT = process.env.PORT || 3030; |