robots.txt (#9)

This commit is contained in:
Mylloon 2023-04-28 12:41:09 +02:00
parent c0dba7a8a7
commit 6d8aed5e7f
Signed by: Anri
GPG key ID: A82D63DFF8D1317F

View file

@ -69,7 +69,6 @@ pub async fn robots() -> impl Responder {
#[once(time = 60)]
fn build_robotstxt() -> String {
// TODO, see https://www.robotstxt.org/orig.html
"User-agent: * Allow: /".into()
}