Skip to content

Commit f67bce0

Browse files
author
Your Name
committed
Reactive Angular Course
1 parent 886b434 commit f67bce0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

server/save-course.route.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@ import {setTimeout} from 'timers';
55

66
export function saveCourse(req: Request, res: Response) {
77

8-
8+
/*
99
console.log("ERROR saving course!");
1010
res.sendStatus(500);
1111
return;
12-
12+
*/
1313

1414

1515
const id = req.params["id"],

0 commit comments

Comments
 (0)