mirror of
https://github.com/agersant/polaris
synced 2024-12-02 17:49:10 +00:00
parent
33817aa12f
commit
d9d17929f8
2 changed files with 2 additions and 4 deletions
|
@ -1,3 +1 @@
|
|||
[![Build Status](https://travis-ci.org/agersant/polaris.svg?branch=master)](https://travis-ci.org/agersant/polaris)
|
||||
|
||||
# Polaris
|
||||
# polaris
|
|
@ -47,7 +47,7 @@ fn main() {
|
|||
|
||||
let mut mount = Mount::new();
|
||||
mount.mount("/api/", api_chain);
|
||||
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