Class StampController

java.lang.Object
org.bh_foundation.e_sign.controllers.StampController

@RestController @RequestMapping("/api/stamp") public class StampController extends Object
  • Constructor Details

    • StampController

      public StampController(StampService stampService)
  • Method Details

    • get

      @GetMapping("/get") public org.springframework.http.ResponseEntity<ResponseDto<?>> get()
    • update

      @PostMapping("/update") public org.springframework.http.ResponseEntity<ResponseDto<?>> update(@RequestParam org.springframework.web.multipart.MultipartFile file) throws IOException
      Throws:
      IOException