reverting local test that was committed
This commit is contained in:
parent
c5535603dc
commit
e3c488c624
@ -61,7 +61,6 @@ public class StartLesson {
|
|||||||
* @param request a {@link HttpServletRequest} object.
|
* @param request a {@link HttpServletRequest} object.
|
||||||
* @return a {@link ModelAndView} object.
|
* @return a {@link ModelAndView} object.
|
||||||
*/
|
*/
|
||||||
@PreAuthorize(hasAnyRole('foo'));
|
|
||||||
@RequestMapping(path = "startlesson.mvc", method = {RequestMethod.GET, RequestMethod.POST})
|
@RequestMapping(path = "startlesson.mvc", method = {RequestMethod.GET, RequestMethod.POST})
|
||||||
public ModelAndView start(HttpServletRequest request) {
|
public ModelAndView start(HttpServletRequest request) {
|
||||||
ModelAndView model = new ModelAndView();
|
ModelAndView model = new ModelAndView();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user