From: Ian Jackson Date: Mon, 30 Nov 2020 18:37:42 +0000 (+0000) Subject: Provide /_/README.md too X-Git-Tag: otter-0.2.0~290 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=f2a6cbc9ac0172be38ba0e6573278400c0b09d93;p=otter.git Provide /_/README.md too Signed-off-by: Ian Jackson --- diff --git a/src/bin/daemon-otter.rs b/src/bin/daemon-otter.rs index 57561c56..2d4bdff0 100644 --- a/src/bin/daemon-otter.rs +++ b/src/bin/daemon-otter.rs @@ -20,6 +20,7 @@ type RL = ResourceLocation; const RESOURCES : &[(&'static str, ResourceLocation, ContentType)] = &[ ("script.js", RL::Main, ContentType::JavaScript), + ("README.md", RL::Main, ContentType::Plain), ("LICENCE", RL::Main, ContentType::Plain), ("libre", RL::Main, ContentType::HTML), ("AGPLv3", RL::Main, ContentType::Plain),