update response get profile

This commit is contained in:
Le Viet
2022-04-14 17:48:06 +07:00
parent eb203ee4eb
commit a3fb19954e
3 changed files with 45 additions and 4 deletions
+2 -1
View File
@@ -6,7 +6,8 @@
"scripts": {
"start:dev": "./node_modules/.bin/nodemon ./src/bin/www -w app.js -w src/server",
"dev-test": "nodemon -x 'npm test'",
"test": "mocha --timeout 1500"
"test": "mocha --timeout 1500",
"start": "./node_modules/.bin/nodemon ./src/bin/www -w app.js -w src/server"
},
"author": "",
"license": "ISC",