Skip to content

Commit

Permalink
To make it consistent, rename the file.
Browse files Browse the repository at this point in the history
Signed-off-by: amitamrutiya2210 <amitamrutiya2210@gmail.com>
  • Loading branch information
amitamrutiya committed Feb 6, 2024
1 parent 5adec67 commit 67fb1ce
Show file tree
Hide file tree
Showing 23 changed files with 3 additions and 3 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
6 changes: 3 additions & 3 deletions backend/routes/course.route.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@ import {
editCourse,
getInstructorCourses,
deleteCourse,
} from '../controllers/Course.controller.js' // Course Controllers Import
} from '../controllers/course.controller.js' // Course Controllers Import

import {
showAllCategories,
createCategory,
categoryPageDetails,
} from '../controllers/Category.controller.js' // Categories Controllers Import
} from '../controllers/category.controller.js' // Categories Controllers Import

import {
createSection,
Expand All @@ -38,7 +38,7 @@ import {
addCourseIntoCart,
removeCourseFromCart,
clearCart,
} from '../controllers/Cart.controller.js' // Cart Controllers Import
} from '../controllers/cart.controller.js' // Cart Controllers Import

import { auth, isInstructor, isStudent, isAdmin } from '../middlewares/auth.middelware.js' // Importing Middlewares

Expand Down

0 comments on commit 67fb1ce

Please sign in to comment.