Skip to content

Commit

Permalink
Update port when running mch-hub as a standalone program
Browse files Browse the repository at this point in the history
  • Loading branch information
Alvinn8 committed Dec 23, 2024
1 parent 751c25d commit aa0f40d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mch-hub-server/src/main/java/ca/bkaw/mch/hub/MchHub.java
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ public static MchHubServer start(InetSocketAddress addr) throws IOException {
}

public static void main(String[] args) throws IOException {
int port = 8000;
int port = 4148;
start(new InetSocketAddress(port));
}
}

0 comments on commit aa0f40d

Please sign in to comment.