Commit dd4d4394 authored by Spiros Koulouzis's avatar Spiros Koulouzis

added deleted mapping

parent c5765d38
...@@ -49,6 +49,7 @@ public class LogController { ...@@ -49,6 +49,7 @@ public class LogController {
@Autowired @Autowired
private DRIPLogService logService; private DRIPLogService logService;
@RequestMapping(method = RequestMethod.GET)
@RolesAllowed({UserService.USER, UserService.ADMIN}) @RolesAllowed({UserService.USER, UserService.ADMIN})
public @ResponseBody public @ResponseBody
DRIPLogRecord get() { DRIPLogRecord get() {
......
Markdown is supported
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