modified pages data retrival method
parent
19cb97b9c4
commit
4bde21599e
@ -1,8 +0,0 @@
|
|||||||
const path = require('path');
|
|
||||||
|
|
||||||
module.exports = {
|
|
||||||
'config': path.resolve('config', 'config.json'),
|
|
||||||
'models-path': path.resolve('brain', 'models'),
|
|
||||||
'seeders-path': path.resolve('config', 'seeders'),
|
|
||||||
'migrations-path': path.resolve('config', 'migrations')
|
|
||||||
}
|
|
Loading…
Reference in New Issue