Class StampController
java.lang.Object
org.bh_foundation.e_sign.controllers.StampController
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<ResponseDto<?>> get()org.springframework.http.ResponseEntity<ResponseDto<?>> update(org.springframework.web.multipart.MultipartFile file)
-
Constructor Details
-
StampController
-
-
Method Details
-
get
-
update
@PostMapping("/update") public org.springframework.http.ResponseEntity<ResponseDto<?>> update(@RequestParam org.springframework.web.multipart.MultipartFile file) throws IOException - Throws:
IOException
-