promise request attempt

This commit is contained in:
Arjun Patel
2019-03-21 19:47:12 -07:00
parent 7e76fbe31e
commit c03b71ebd3
6 changed files with 71 additions and 5 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
const path = require('path');
module.exports = {
'config': path.resolve('./app/config', 'migrations.config.js'),
'config': path.resolve('./app/config', 'db.config.js'),
'models-path': path.resolve('./', 'models'),
'seeders-path': path.resolve('./', 'seeders'),
'migrations-path': path.resolve('./', 'migrations')