mirror of
https://github.com/agersant/polaris
synced 2024-12-02 17:49:10 +00:00
Revert "Only list music files in browse/flatten"
This reverts commit 172c2bb2fc
.
This commit is contained in:
parent
172c2bb2fc
commit
df1c2b8b59
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("../polaris-web")));
|
||||
mount.mount("/", Static::new(Path::new("web")));
|
||||
|
||||
Iron::new(mount).http("localhost:3000").unwrap();
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue