From f2a6cbc9ac0172be38ba0e6573278400c0b09d93 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Mon, 30 Nov 2020 18:37:42 +0000 Subject: [PATCH] Provide /_/README.md too Signed-off-by: Ian Jackson --- src/bin/daemon-otter.rs | 1 + 1 file changed, 1 insertion(+) 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), -- 2.30.2