Skip to content

Commit

Permalink
Modif config mail v2
Browse files Browse the repository at this point in the history
  • Loading branch information
SamuelQuetin committed Oct 24, 2024
1 parent b962a7b commit a3851a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/fr/abes/logskbart/service/EmailService.java
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ public void sendMailWithAttachment(String packageName, Path mailAttachmentPath)

protected void sendMailWithFile(String requestJson, File f) {
// Création du l'adresse du ws d'envoi de mails
HttpPost uploadFile = new HttpPost(this.url + "htmlMailAttachment/");
HttpPost uploadFile = new HttpPost(this.url + "v2/htmlMailAttachment/");

// Création du builder
MultipartEntityBuilder builder = MultipartEntityBuilder.create();
Expand Down

0 comments on commit a3851a9

Please sign in to comment.