Package es.mde.rest

Class NotificacionController

java.lang.Object
es.mde.rest.NotificacionController

@RestController public class NotificacionController extends Object
Controlador encargado del envio de notificaciones
Author:
JOSE LUIS PUENTES ALAMOS - MIGUEL PRADA MUNOZ
  • Constructor Details

    • NotificacionController

      public NotificacionController()
  • Method Details

    • enviarNotificacion

      @GetMapping("/api/notificar/{id}") public SolicitudDTO enviarNotificacion(@PathVariable Long id)