diff --git a/src/components/app/app.ts b/src/components/app/app.ts index 7ee045b..29ea13d 100644 --- a/src/components/app/app.ts +++ b/src/components/app/app.ts @@ -200,7 +200,7 @@ export default class App extends Vue else { // Request grading scheme for this course - this.http.post('/grading', {assignments_id: course.assignmentsId}).then(response => + this.http.post('/grading', {'assignment_id': course.assignmentsId}).then(response => { // Check success if (response.success)