add reset password

This commit is contained in:
Le Viet
2022-03-09 17:46:51 +07:00
parent 5a22668153
commit d04fd654eb
31 changed files with 539 additions and 9563 deletions
Executable
+8
View File
@@ -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')
};