- Fix Import from Trello error 400.

Thanks to xet7 !
This commit is contained in:
Lauri Ojansivu 2018-08-14 01:28:53 +03:00
parent be25e372a3
commit 2f557ae3a5
2 changed files with 26 additions and 0 deletions

4
config/models.js Normal file
View file

@ -0,0 +1,4 @@
module.exports.models = {
connection: 'mongodb',
migrate: 'safe'
}