mirror of
https://github.com/agersant/polaris
synced 2025-03-02 06:17:10 +00:00
Reverting accidental commit
This commit is contained in:
parent
8ef60c81e9
commit
61a0e59d9d
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue