From cfe25a11126dd3203842a73e85b03f1630e13be3 Mon Sep 17 00:00:00 2001 From: Atiwit Pattanapukdee <65160394@go.buu.ac.th> Date: Tue, 18 Mar 2025 13:42:35 +0700 Subject: [PATCH] Project Round 3 --- controllers/tourController.js | 1 + 1 file changed, 1 insertion(+) diff --git a/controllers/tourController.js b/controllers/tourController.js index 8572efd..630d400 100644 --- a/controllers/tourController.js +++ b/controllers/tourController.js @@ -1,4 +1,5 @@ const { User, Tour } = require('../models/tourModel'); +const pool = require('../config/database'); exports.getTours = async (req, res) => { try { -- GitLab