Skip to content

Commit

Permalink
revision: change ip (#2543)
Browse files Browse the repository at this point in the history
  • Loading branch information
DogeDark authored Jun 20, 2024
1 parent f7820d8 commit 9e2b3d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/fullstack/src/config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ impl Default for Config {
#[cfg(feature = "server")]
server_fn_route: "",
#[cfg(feature = "server")]
addr: std::net::SocketAddr::from(([127, 0, 0, 1], 8080)),
addr: std::net::SocketAddr::from(([0, 0, 0, 0], 8080)),
#[cfg(feature = "server")]
server_cfg: ServeConfigBuilder::new(),
#[cfg(feature = "web")]
Expand Down

0 comments on commit 9e2b3d9

Please sign in to comment.