Skip to content

Commit 89cb38f

Browse files
committed
Made this actually work while deployed
1 parent f01070e commit 89cb38f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ async fn main() -> std::io::Result<()> {
215215
)
216216
.default_service(actix_web::web::to(dispatch))
217217
})
218-
.bind(("127.0.0.1", 8080))?
218+
.bind(("0.0.0.0", 8080))?
219219
.run()
220220
.await
221221
}

0 commit comments

Comments
 (0)