From 784b5fd79b071937ca1ade12caf9be291b53dff6 Mon Sep 17 00:00:00 2001 From: khai96_ Date: Thu, 16 May 2019 16:53:27 +0700 Subject: Make some changes --- src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/main.rs') diff --git a/src/main.rs b/src/main.rs index ea58fc6..f227be9 100644 --- a/src/main.rs +++ b/src/main.rs @@ -37,7 +37,7 @@ pub struct MiniserveConfig { pub interfaces: Vec, /// Enable HTTP basic authentication - pub auth: Option, + pub auth: Vec, /// If false, miniserve will serve the current working directory pub path_explicitly_chosen: bool, -- cgit v1.2.3