Skip to content

Commit

Permalink
Changed notifications to notification in NotificationController class
Browse files Browse the repository at this point in the history
  • Loading branch information
vivek-opsmx committed Sep 3, 2024
1 parent 1e55df1 commit a44f49f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ import org.springframework.web.bind.annotation.RequestMethod
import org.springframework.web.bind.annotation.RestController

@CompileStatic
@RequestMapping("/notifications")
@RequestMapping("/notification") // Changed notifications to notification
@RestController
class NotificationController {
@Autowired
Expand Down

0 comments on commit a44f49f

Please sign in to comment.