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 a261e76 commit 2b48866Copy full SHA for 2b48866
src/main/java/ru/mystamps/web/feature/site/SitemapController.java
@@ -57,6 +57,7 @@ public class SitemapController {
57
private final CountryService countryService;
58
private final SeriesService seriesService;
59
60
+ // @todo #1605 sitemap.xml: consider adding "priority" and "changefreq" attributes
61
@GetMapping(SiteUrl.SITEMAP_XML)
62
public void generateSitemapXml(HttpServletResponse response) {
63
response.setContentType(MediaType.APPLICATION_XML_VALUE);
0 commit comments