Skip to content

Commit

Permalink
my
Browse files Browse the repository at this point in the history
  • Loading branch information
hesizhe committed Dec 11, 2018
1 parent 5c72be5 commit 931e09f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app.js
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ User
})
.save()
.then(data => {
console.log(data);
console.log("创建成功==>管理员(Administrator)用户名-->admin, 密码-->admin");
})
.catch(err => {
console.log(err);
Expand Down

0 comments on commit 931e09f

Please sign in to comment.