Notification Controller
@RestController
@RequestMapping(value = ["/api/v1/notifications" ] )
Functions
Link copied to clipboard
@GetMapping
Link copied to clipboard
@GetMapping(path = ["/subscribe" ], produces = ["text/event-stream" ] )
Link copied to clipboard
@PostMapping
@PreAuthorize(value = "hasRole('ROLE_ADMIN')" )