Skip to content

Commit db7e667

Browse files
authored
feat(tck): change default port to 8544
Signed-off-by: Ricky Saechao <ricky@launchbadge.com>
1 parent dd2755f commit db7e667

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/HieroTCK/main.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ internal class TCKServer {
1919
let app = Application(env)
2020
defer { app.shutdown() }
2121

22-
app.http.server.configuration.port = 80
22+
app.http.server.configuration.port = 8544
2323
app.post { req -> Response in
2424
var jsonRpcRequest: JSONRequest
2525
do {

0 commit comments

Comments
 (0)