add reset password
This commit is contained in:
Executable
+8
@@ -0,0 +1,8 @@
|
||||
const path = require('path');
|
||||
|
||||
module.exports = {
|
||||
"config": path.resolve('./src/server/config', 'config.json'),
|
||||
"models-path": path.resolve('./src/server/models'),
|
||||
"seeders-path": path.resolve('./src/server/seeders'),
|
||||
"migrations-path": path.resolve('./src/server/migrations')
|
||||
};
|
||||
Reference in New Issue
Block a user