diff --git a/internal/notification/handler.go b/internal/notification/handler.go index c47edf0..f1fc528 100644 --- a/internal/notification/handler.go +++ b/internal/notification/handler.go @@ -49,7 +49,7 @@ func (h *NotificationHandler) Send(c echo.Context) error { // Send notification go h.service.Send(context.Background(), &req) - return response.Created(c, nil, "Notification sent successfully") + return response.Created(c, nil, "Notification created successfully") } // GetNotifications gets notifications