Skip to content

Commit

Permalink
Update main.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
GPeaky committed Nov 18, 2024
1 parent 0e8234d commit f3ddd84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ async fn main() -> std::io::Result<()> {
.default_service(web::route().to(cached_files))
.state(cache.clone())
})
.bind("0.0.0.0:5174")?
.bind("127.0.0.1:5174")?
.run()
.await
}

0 comments on commit f3ddd84

Please sign in to comment.