Skip to content

Commit 2dcf3b0

Browse files
authored
Merge pull request #21 from teja-311/fix/admin-routes-syntax-error || fix: restore missing const declaration
Adds the missing `const` declaration for the activity logs controller import, fixing the syntax error that prevented the backend server from starting. Closes #20.
1 parent e10431a commit 2dcf3b0

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

backend/routers/adminRoutes.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ const {
1717
const {
1818
getAdminPaymentsController,
1919
} = require("../controllers/paymentRecordsController");
20+
21+
const {
2022
getActivityLogsController,
2123
} = require("../controllers/activityLogController");
2224

0 commit comments

Comments
 (0)