Skip to content

Commit 413c5ad

Browse files
for all local addresses
Signed-off-by: Arnav Gupta <[email protected]>
1 parent 0543f7d commit 413c5ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/greplr/server/GreplrServer.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ public static void main(String[] args) {
1616

1717
jt.start(
1818
Undertow.builder()
19-
.addHttpListener(9000, "localhost")
19+
.addHttpListener(9000, "0.0.0.0")
2020
);
2121

2222
}

0 commit comments

Comments
 (0)