From 53888995bdd7c672d2e3ab8bb6a3529195c127a9 Mon Sep 17 00:00:00 2001 From: Trinity Pointard Date: Mon, 15 Nov 2021 17:39:36 +0100 Subject: update doc and comments --- src/api/api_server.rs | 3 ++- src/api/helpers.rs | 6 +++--- 2 files changed, 5 insertions(+), 4 deletions(-) (limited to 'src') diff --git a/src/api/api_server.rs b/src/api/api_server.rs index b67ebef7..74142453 100644 --- a/src/api/api_server.rs +++ b/src/api/api_server.rs @@ -263,7 +263,8 @@ async fn handler_inner(garage: Arc, req: Request) -> Result(host: &'a str, root: &str) -> Option<&'a str> { let root = root.trim_start_matches('.'); -- cgit v1.2.3