Skip to content

Commit

Permalink
ajout d'un slash manquant
Browse files Browse the repository at this point in the history
  • Loading branch information
julg committed Mar 14, 2024
1 parent 4e07b3f commit 86dd47a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ public UrlThese racine() {
}
public UrlSiteMap geturlSiteMap(int start, String dateInsertion) {
return UrlSiteMap.builder()
.loc(racine.concat("sitemap.xml?start=".concat(String.valueOf(start))))
.loc(racine.concat("/sitemap.xml?start=".concat(String.valueOf(start))))
.lastmod(dateInsertion)
.build();
}
Expand Down

0 comments on commit 86dd47a

Please sign in to comment.