Skip to content

Commit

Permalink
fix: change port webserver test
Browse files Browse the repository at this point in the history
  • Loading branch information
JadlionHD committed Jul 6, 2024
1 parent 99a1780 commit 240e531
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion test/basic-example/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,11 @@ import { Client, TextPacket, Peer } from "../../dist/index.js";

const client = new Client({
enet: {
ip: "0.0.0.0"
ip: "0.0.0.0",
port: 17091
},
https: {
port: 8080 // Testing purposes (Must be 80 if production)
}
});

Expand Down

0 comments on commit 240e531

Please sign in to comment.