mirror of
https://github.com/edu4rdshl/webtail-rs.git
synced 2026-07-17 23:24:50 +00:00
Use a preformatted URL.
Signed-off-by: Edu4rdSHL <edu4rdshl@protonmail.com>
This commit is contained in:
parent
f711691e11
commit
4f276e98b3
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue