Skip to content

There is a merge conflict #40

@kunwar45

Description

@kunwar45

<<<<<<< HEAD
const { showCourse, indexCourse,createCourse,deleteCourse,updateCourse } = require("../controllers/courseController");
//get specified course
router.get("/:id", showCourse);
router.get("/", indexCourse);
=======
const { getCourse, getAllCourses,createCourse,deleteCourse,updateCourse } = require("../controllers/courseController");
//get specified course
router.get("/:id", getCourse);
router.get("/", getAllCourses);
>>>>>>> 7b546e4fa9a9a392bb17e31823b0d3f9348abbe8

Someone did not resolve the conflict and just pushed.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions