Skip to content
Snippets Groups Projects
Commit d7eb8985 authored by Christoph Thelen's avatar Christoph Thelen
Browse files

Merge remote-tracking branch 'origin/master'

parents ef61aff8 d4c00664
No related merge requests found
......@@ -81,7 +81,7 @@ public class QuestionByLecturerController extends AbstractController {
}
@RequestMapping(
value = "/session/{sessionkey}/question/{questionId}",
value = "/question/bylecturer/{questionId}",
method = RequestMethod.PUT
)
@ResponseBody
......@@ -113,7 +113,7 @@ public class QuestionByLecturerController extends AbstractController {
@RequestMapping(
value = "/session/{sessionkey}/question/{questionId}/publish",
value = "/question/bylecturer/{questionId}/publish",
method = RequestMethod.POST
)
@ResponseBody
......
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