Skip to content

Commit 06413f5

Browse files
committed
change mess register
1 parent ebcbea4 commit 06413f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/controller/user.controller.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ async function register(req, res) {
1414
name
1515
} = req.body;
1616
try {
17-
throw new Error("Version 1 don't support!");
17+
throw new Error("Hiện tại cổng đăng ký đã tạm khóa.");
1818
if(!user_name || !password || !email || !name){
1919
throw new Error("Bạn vui lòng điền đủ theo mẫu.")
2020
}

0 commit comments

Comments
 (0)