@ -130,6 +130,7 @@ public class CandidateController {
try {
file.transferTo(f);
String imgURL = "http://localhost:8443/api/file/" + f.getName();
// String imgURL = "http://localhost:8080/images/" + f.getName();
return imgURL;
} catch (IOException e) {
e.printStackTrace();