From 61a0e59d9d4eeaaddfa2521bad0ecf14c8e3e501 Mon Sep 17 00:00:00 2001 From: Antoine Gersant Date: Sun, 30 Oct 2016 20:29:27 -0700 Subject: [PATCH] Reverting accidental commit --- src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.rs b/src/main.rs index 26e7281..ccf259f 100644 --- a/src/main.rs +++ b/src/main.rs @@ -93,7 +93,7 @@ fn main() { let mut mount = Mount::new(); mount.mount("/api/", api_chain); - mount.mount("/", Static::new(path::Path::new("../polaris-web"))); + mount.mount("/", Static::new(path::Path::new("web"))); let mut server = Iron::new(mount).http(("0.0.0.0", 5050)).unwrap(); // Start DDNS updates