Skip to content

Commit c06cfe7

Browse files
committed
fix: change the default port to 8544
Signed-off-by: Rob Walworth <robert.walworth@swirldslabs.com>
1 parent 8c1f2a1 commit c06cfe7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tck/include/TckServer.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ class TckServer
1919
/**
2020
* The default port on which to listen for HTTP requests from the TCK.
2121
*/
22-
[[maybe_unused]] constexpr static const int DEFAULT_HTTP_PORT = 80;
22+
[[maybe_unused]] constexpr static const int DEFAULT_HTTP_PORT = 8544;
2323

2424
/**
2525
* Methods involve taking JSON parameters, doing a function, then returning the status of the execution in another

0 commit comments

Comments
 (0)