Gitlab@Informatics

Skip to content
Snippets Groups Projects
Commit 4ecc7f75 authored by 65160024's avatar 65160024
Browse files

update

parent 4dc6eac6
No related branches found
No related tags found
No related merge requests found
......@@ -337,7 +337,7 @@ app.post("/approve-loan", isAuthenticated, isAdmin, (req, res) => {
// Route แสดงหน้าการยืนยันการยืม
router.post('/confirm-loan', (req, res) => {
app.post('/confirm-loan', (req, res) => {
const { equipment_id, quantity } = req.body;
// คำสั่ง SQL เพื่อลงข้อมูลการยืม
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment