Skip to content

Instantly share code, notes, and snippets.

@atakangah
Created July 12, 2020 11:44
Show Gist options
  • Save atakangah/df216c0df34f1161ef6a6f185790280f to your computer and use it in GitHub Desktop.
Save atakangah/df216c0df34f1161ef6a6f185790280f to your computer and use it in GitHub Desktop.
This shows fixes in async demons
router.post('/complete-student-course', async (req, res) => {
let {studentId, courseId} = req.body;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment