From 712e17ece8fbe54b6dcbe4a9ac7e7a2d55e7f58e Mon Sep 17 00:00:00 2001 From: supphakitd <67319010028@technictrang.ac.th> Date: Fri, 21 Nov 2025 18:40:57 +0700 Subject: [PATCH] routes/route.js: case-sensitive Signed-off-by: supphakitd <67319010028@technictrang.ac.th> --- exthernal-accountingwep-api/src/routes/route.js | 2 +- exthernal-ttc-api/src/routes/route.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/exthernal-accountingwep-api/src/routes/route.js b/exthernal-accountingwep-api/src/routes/route.js index bf6eee9..18c4ced 100644 --- a/exthernal-accountingwep-api/src/routes/route.js +++ b/exthernal-accountingwep-api/src/routes/route.js @@ -3,7 +3,7 @@ import { accountingSetup } from '../controllers/accountingSetupController.js' import { accountingSearch } from '../controllers/accountingSearchController.js' import { accountingSum } from '../controllers/accountingSumController.js' import { accountingAdd } from '../controllers/accountingAddController.js' -import { reportController } from '../controllers/ReportController.js' +import { reportController } from '../controllers/reportController.js' // import { authMiddleware } from '../middlewares/auth.js' // import { sendResponse } from '../utils/response.js' diff --git a/exthernal-ttc-api/src/routes/route.js b/exthernal-ttc-api/src/routes/route.js index 68e4b3e..319c69a 100644 --- a/exthernal-ttc-api/src/routes/route.js +++ b/exthernal-ttc-api/src/routes/route.js @@ -5,7 +5,7 @@ import { budgetAdd } from '../controllers/budgetAddController.js' import { projectSearch } from '../controllers/projectSearchController.js' import { projectAdd } from '../controllers/projectAddController.js' import { budgetExpense } from '../controllers/budgetExpenseController.js' -import { reportController } from '../controllers/ReportController.js' +import { reportController } from '../controllers/reportController.js' import { transactionSearch } from '../controllers/transactionSearchController.js' // import { authMiddleware } from '../middlewares/auth.js'