[F] Fix key word typo
This commit is contained in:
@@ -200,7 +200,7 @@ export default class App extends Vue
|
|||||||
else
|
else
|
||||||
{
|
{
|
||||||
// Request grading scheme for this course
|
// 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
|
// Check success
|
||||||
if (response.success)
|
if (response.success)
|
||||||
|
|||||||
Reference in New Issue
Block a user