Skip to content

Commit

Permalink
chore: add todo item about "priority" and "changefreq" attributes
Browse files Browse the repository at this point in the history
Relate to #1605
  • Loading branch information
php-coder committed Aug 4, 2023
1 parent a261e76 commit 2b48866
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ public class SitemapController {
private final CountryService countryService;
private final SeriesService seriesService;

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

0 comments on commit 2b48866

Please sign in to comment.