Skip to content
Snippets Groups Projects
Commit 75f9284d authored by Daniel Gerhardt's avatar Daniel Gerhardt
Browse files

Fixed typo in last commit.

parent f4b6f5a7
No related merge requests found
......@@ -83,7 +83,7 @@ public class LegacyController extends AbstractController {
return String.format("forward:/question/bylecturer/answercount?sessionkey=%s", sessionKey);
}
@RequestMapping(value = "/session/{sessionKey}/myansers")
@RequestMapping(value = "/session/{sessionKey}/myanswers")
public final String redirectQuestionByLecturerMyAnswers(
@PathVariable final String sessionKey,
final HttpServletResponse response
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment