Use a preformatted URL.

Signed-off-by: Edu4rdSHL <edu4rdshl@protonmail.com>
This commit is contained in:
Edu4rdSHL 2021-06-09 19:51:10 -05:00
parent f711691e11
commit 4f276e98b3
No known key found for this signature in database
GPG key ID: 3A574A4009F553E5

View file

@ -37,7 +37,7 @@ fn main() {
.par_iter()
.map(|(file, port)| {
if Path::new(&file).exists() {
println!("=> Watching file {} in port {}\n", file, port);
println!("\n=> Watching file {} in http://127.0.0.1:{}", file, port);
let error = rocket::custom(
Config::build(Environment::Production)
.log_level(LoggingLevel::Off)