routes/route.js: case-sensitive
All checks were successful
Build Docker Image / Build Docker Image (push) Successful in 2m40s

Signed-off-by: supphakitd <67319010028@technictrang.ac.th>
This commit is contained in:
2025-11-21 18:40:57 +07:00
parent 40383733cd
commit 712e17ece8
2 changed files with 2 additions and 2 deletions

View File

@@ -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'

View File

@@ -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'