Add solution property return
This commit is contained in:
parent
a9194fa956
commit
b5aa2220e9
1 changed files with 1 additions and 0 deletions
|
|
@ -102,6 +102,7 @@ const route: ServerRoute = {
|
||||||
status: 3,
|
status: 3,
|
||||||
current: data.current,
|
current: data.current,
|
||||||
incorrect: data.incorrect,
|
incorrect: data.incorrect,
|
||||||
|
solution: data.solution,
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue