-update dbchange
-route
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import express from 'express'
|
||||
import { accountingSetup } from '../controllers/accountingSetup.js'
|
||||
import { accountingSearch } from '../controllers/accountingSearch.js'
|
||||
import { accountingSum } from '../controllers/accountingSum.js'
|
||||
import { accountingSetup } from '../controllers/accountingSetupController.js'
|
||||
import { accountingSearch } from '../controllers/accountingSearchController.js'
|
||||
import { accountingSum } from '../controllers/accountingSumController.js'
|
||||
|
||||
// import { authMiddleware } from '../middlewares/auth.js'
|
||||
// import { sendResponse } from '../utils/response.js'
|
||||
|
||||
Reference in New Issue
Block a user