Code cleanup

This commit is contained in:
Gregory Campbell
2021-11-25 21:34:43 -05:00
parent 0c35fa1ddc
commit b0d449d012
6 changed files with 56 additions and 58 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
require('dotenv').config({ path: 'development.env' });
const mongoose = require('mongoose'); //import mongoose
const mongoose = require('mongoose');
mongoose.connect(
process.env.MONGODB_URI,