Skip to content
Snippets Groups Projects
Commit d9fe8ed8 authored by Paul-Christian Volkmer's avatar Paul-Christian Volkmer
Browse files

Added test URL to get current user role

parent 12b8d169
No related merge requests found
......@@ -175,4 +175,10 @@ public class LoginController extends AbstractController {
public final Session mysession() {
return userSessionService.getSession();
}
@RequestMapping(value = { "/test/myrole" }, method = RequestMethod.GET)
@ResponseBody
public final UserSessionService.Role myrole() {
return userSessionService.getRole();
}
}
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