Commit dd4d4394 authored by Spiros Koulouzis's avatar Spiros Koulouzis

added deleted mapping

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