mirror of
https://github.com/agersant/polaris
synced 2024-11-10 10:14:12 +00:00
Only list music files in browse/flatten
This commit is contained in:
parent
e2b1db599b
commit
172c2bb2fc
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ fn main() {
|
|||
let mut mount = Mount::new();
|
||||
let api_handler = get_api_handler(collection);
|
||||
mount.mount("/api/", api_handler);
|
||||
mount.mount("/", Static::new(Path::new("web")));
|
||||
mount.mount("/", Static::new(Path::new("../polaris-web")));
|
||||
|
||||
Iron::new(mount).http("localhost:3000").unwrap();
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue