Skip to content

Commit 095c482

Browse files
committed
undo: echobot_actix_web.rs
1 parent d0eaedb commit 095c482

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/echobot_actix_web.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ async fn callback(
5353
async fn main() -> std::io::Result<()> {
5454
dotenv().ok();
5555
HttpServer::new(|| App::new().service(callback))
56-
.bind("127.0.0.1:3000")?
56+
.bind("127.0.0.1:8000")?
5757
.run()
5858
.await
5959
}

0 commit comments

Comments
 (0)