Class ServiceWorkerRest

java.lang.Object
io.meeds.pwa.rest.ServiceWorkerRest

@RestController @RequestMapping("service-worker") public class ServiceWorkerRest extends Object
  • Constructor Details

    • ServiceWorkerRest

      public ServiceWorkerRest()
  • Method Details

    • getServiceWorkerContent

      @GetMapping public org.springframework.http.ResponseEntity<String> getServiceWorkerContent(org.springframework.web.context.request.WebRequest request)