fix sitemap
Gitea Actions Demo / build_and_push (push) Successful in 1m1s Details

This commit is contained in:
artem 2025-04-27 18:18:26 +03:00
parent 47b5abe4e1
commit 3ce1237d66
1 changed files with 1 additions and 1 deletions

View File

@ -131,7 +131,7 @@ class BaseController(Controller):
return Template(name="contacts.html")
@get("/donate")
async def contacts(self) -> Template:
async def donate(self) -> Template:
return Template(name="donate.html")
@get("/sitemap.xml", media_type=MediaType.XML)