Browse Source

fixing bug

Herton 7 years ago
parent
commit
affe760526
1 changed files with 1 additions and 1 deletions
  1. 1 1
      config/index.js

+ 1 - 1
config/index.js

@@ -1,4 +1,4 @@
-module.export = {
+module.exports = {
 	getDbConnectionString: function() {
 		return 'mongodb://' + process.env.MONGO_USER + ':' + process.env.MONGO_PASWORD + '@127.0.0.1:27017/todo';
 	}