port 8000

This commit is contained in:
Justine Pelletreau 2023-01-13 17:30:13 +01:00
parent abbb1b6c44
commit 269facd63f

View File

@ -99,7 +99,7 @@ fn main() {
//Web conf //Web conf
let webconf = WebsrvConfig { let webconf = WebsrvConfig {
nbr_of_threads: 10, nbr_of_threads: 10,
bind_addr: String::from("0.0.0.0:80"), bind_addr: String::from("0.0.0.0:8000"),
root_folder: String::from("./html"), root_folder: String::from("./html"),
}; };
start_websrv(webconf); start_websrv(webconf);