Skip to content

Commit

Permalink
fix: test module
Browse files Browse the repository at this point in the history
  • Loading branch information
JadlionHD committed Jul 6, 2024
1 parent 2ae2646 commit ee3d21e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/basic-example/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ const client = new Client({
port: 17091
},
https: {
port: 8080 // Testing purposes (Must be 80 if production)
httpPort: 8080 // Testing purposes (Must be 80 if production)
}
});

Expand Down

0 comments on commit ee3d21e

Please sign in to comment.