Fixing db module path

This commit is contained in:
JayWll 2020-04-25 15:32:10 -06:00
parent b2eeb3e270
commit 0839e3583c
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
const db = require('../db/db')
const db = require('../src/db')
const path = require('path')
require('dotenv').config({path: path.join(__dirname, '../../.env')})