diff --git a/netmiko_Api/routes/router.js b/netmiko_Api/routes/router.js index a19b420..aabbe64 100644 --- a/netmiko_Api/routes/router.js +++ b/netmiko_Api/routes/router.js @@ -208,8 +208,6 @@ router.post("/api/gitea-webhook", ( req, res ) => { // if (request.headers['x-gitlab-event'] === 'push') { // // Lấy dữ liệu sự kiện từ req.body // const eventData = req.body; - - // // Xử lý dữ liệu sự kiện ở đây // console.log('Received push event from GitLab:'); // console.log(JSON.stringify(eventData, null, 2)); // }