Skip to content

Commit

Permalink
_._ _,-'""`-._
Browse files Browse the repository at this point in the history
(,-.`._,'(       |\`-/|
    `-.-' \ )-`( , o o)
          `-    \`_`"'-

Co-authored-by: Jackson Trenerry <[email protected]>
  • Loading branch information
vilnor and JTrenerry committed Apr 24, 2024
1 parent 8fa63fb commit e9fa79c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/routes/routes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ router.get('/courses/:courseCode', async (req: Request, res: Response) => {
WHERE courses.courseCode = $1
`, [courseCode]);
res.status(200).json(course.rows);
}
});

// All courses
router.get('/courses', async (req: Request, res: Response) => {
Expand Down

0 comments on commit e9fa79c

Please sign in to comment.