sitemap
Gitea Actions Demo / build_and_push (push) Successful in 20m6s Details

This commit is contained in:
artem 2026-01-15 10:34:10 +03:00
parent 5651f3c5a6
commit b5a59f4d3f
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ class SeoController(Controller):
async def sitemaps(self) -> bytes:
characters_service: CharactersService = inject.instance(CharactersService)
breeds: list[Breed] = await characters_service.get_characters()
lastmod = "2025-10-04T19:01:03+00:00"
lastmod = "2026-01-15T19:01:03+00:00"
beers_url = ""
for b in breeds:
beers_url += f"""