fix sitemap
Gitea Actions Demo / build_and_push (push) Successful in 1m1s
Details
Gitea Actions Demo / build_and_push (push) Successful in 1m1s
Details
This commit is contained in:
parent
47b5abe4e1
commit
3ce1237d66
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in New Issue