Gitlab@Informatics

Skip to content
Snippets Groups Projects
Commit b6502efd authored by 65160014's avatar 65160014
Browse files

Initial commit

parent 85a0f4b7
No related branches found
No related tags found
No related merge requests found
......@@ -19,7 +19,7 @@ router.post('/logout', (req, res) => {
if (err) {
return res.status(500).send("Logout failed");
}
res.redirect('/'); // Redirect to the home or login page after logout
res.redirect('/'); //ไปหน้า login
});
});
......
......@@ -114,13 +114,6 @@
</form>
<% } %>
<form action="/customer/updateNote" method="POST">
<input type="hidden" name="appointmentId" value="<%= appointment.appointment_id %>">
<textarea name="note" rows="3" cols="50"><%= appointment.note || '' %></textarea>
<br>
<button type="submit" class="btn btn-primary">บันทึกหมายเหตุ</button>
</form>
<p class="alert-info">กรุณามาก่อนเวลา 10 นาที</p>
</div>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment