diff --git a/src/endpoints/guess.ts b/src/endpoints/guess.ts index b65739c..151698d 100644 --- a/src/endpoints/guess.ts +++ b/src/endpoints/guess.ts @@ -102,6 +102,7 @@ const route: ServerRoute = { status: 3, current: data.current, incorrect: data.incorrect, + solution: data.solution, }; };