update response get profile
This commit is contained in:
+2
-1
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user