This commit is contained in:
Mylloon 2025-02-21 20:30:50 +01:00
parent 57d408a357
commit aa5003b440
Signed by: Anri
GPG key ID: A82D63DFF8D1317F

View file

@ -113,7 +113,9 @@ fn build_post(file: &str, config: Config) -> String {
}
#[routes]
#[get("/blog/blog.xml")]
#[get("/blog/blog.rss")]
#[get("/blog/rss.xml")]
#[get("/blog/rss")]
pub async fn rss(config: web::Data<Config>) -> impl Responder {
HttpResponse::Ok()