updating products

This commit is contained in:
Mann Patel
2025-04-20 17:46:00 -06:00
parent 6ef4a22e9f
commit 0c08dbc5ce
6 changed files with 590 additions and 486 deletions

View File

@@ -16,7 +16,6 @@ const {
cleanupExpiredCodes,
checkDatabaseConnection,
} = require("./utils/helper");
const { getAllCategory } = require("./controllers/category");
const app = express();