We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 76900b0 commit be86bc7Copy full SHA for be86bc7
java-ai/src/main/java/oracleai/DigitalDoubles.java
@@ -91,7 +91,7 @@ public ResponseEntity<byte[]> getImage(@PathVariable String filename) throws IOE
91
92
93
@PostMapping("/downloaddigitaldouble")
94
- public String downloaddigitaldouble(@RequestParam("email") String email, Model model) {
+ public String downloaddigitaldouble(@RequestParam("email") String email, Model model) throws Exception {
95
model.addAttribute("fbxlink", ORDSCalls.getDigitalDoubleData(email));
96
model.addAttribute("fbxtest", "fbx link");
97
model.addAttribute("mp4link", ImageProcessor.objectStoreLocation + email);
0 commit comments