Skip to content

Commit 3809b42

Browse files
committed
update backend
1 parent 6058224 commit 3809b42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

02nio/nio02/src/main/java/io/github/kimmking/gateway/NettyServerApplication.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ public static void main(String[] args) {
1919

2020
int port = Integer.parseInt(proxyPort);
2121
System.out.println(GATEWAY_NAME + " " + GATEWAY_VERSION +" starting...");
22-
HttpInboundServer server = new HttpInboundServer(port, Arrays.asList("http://localhost:8081","http://localhost:8082"));
22+
HttpInboundServer server = new HttpInboundServer(port, Arrays.asList("http://localhost:8801","http://localhost:8802"));
2323
System.out.println(GATEWAY_NAME + " " + GATEWAY_VERSION +" started at http://localhost:" + port + " for server:" + proxyServer);
2424
try {
2525
server.run();

0 commit comments

Comments
 (0)