2022-11-15
09:00-17:00 / 17:00-19:00 / 21:00~22:00 / 23:00-24:00
export const postLogin = async (req, res) => {
const { username, password } = req.body;
const exists = await User.exists({ username });
if (!exists) {
return res.status(400).render("login", {
pageTitle: "Login",
errorMessage: "An account with this username does not exists.",
});
}
// check if password correct
res.end();
};
for~of for~in forEach
https://developer-talk.tistory.com/279
인수로 전달된 값이 숫자가 아니라면 강제로 숫자로 변환하여 검사
Monday/ Wednesday(Tuesday)/ Thursday 19:45-20:15 (English with Clarisse)
Tuesday / Thursday 21:00 ~ 22:00 (어깨 수영 보류)
Saturday 09:00~10:00
Sunday