portfolio
Toggle table of contents
0.0.1-SNAPSHOT
jvm
Platform filter
jvm
Switch theme
Search in API
portfolio
portfolio
/
org.project.portfolio.notification.controller
Package-level
declarations
Types
Types
Notification
Controller
Link copied to clipboard
@
RestController
@
RequestMapping
(
value
=
[
"/api/v1/notifications"
]
)
class
NotificationController
(
notificationService
:
NotificationService
)