Skip to content

Commit be86bc7

Browse files
committed
digital double logic
1 parent 76900b0 commit be86bc7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

java-ai/src/main/java/oracleai/DigitalDoubles.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ public ResponseEntity<byte[]> getImage(@PathVariable String filename) throws IOE
9191

9292

9393
@PostMapping("/downloaddigitaldouble")
94-
public String downloaddigitaldouble(@RequestParam("email") String email, Model model) {
94+
public String downloaddigitaldouble(@RequestParam("email") String email, Model model) throws Exception {
9595
model.addAttribute("fbxlink", ORDSCalls.getDigitalDoubleData(email));
9696
model.addAttribute("fbxtest", "fbx link");
9797
model.addAttribute("mp4link", ImageProcessor.objectStoreLocation + email);

0 commit comments

Comments
 (0)