some changes

This commit is contained in:
2022-07-29 22:50:53 +03:00
parent 786617fd33
commit efa9d576d6
2 changed files with 1 additions and 1 deletions

View File

@@ -22,6 +22,5 @@ public class Main {
.codec(Http())
.name("HttpServer")
.bindTo(new InetSocketAddress("localhost", 5151)));
}
}