Skip to content

Commit 2b48866

Browse files
committedAug 4, 2023
chore: add todo item about "priority" and "changefreq" attributes
Relate to #1605
1 parent a261e76 commit 2b48866

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

Diff for: ‎src/main/java/ru/mystamps/web/feature/site/SitemapController.java

+1
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ public class SitemapController {
5757
private final CountryService countryService;
5858
private final SeriesService seriesService;
5959

60+
// @todo #1605 sitemap.xml: consider adding "priority" and "changefreq" attributes
6061
@GetMapping(SiteUrl.SITEMAP_XML)
6162
public void generateSitemapXml(HttpServletResponse response) {
6263
response.setContentType(MediaType.APPLICATION_XML_VALUE);

0 commit comments

Comments
 (0)
Please sign in to comment.