Skip to content

Commit 645f9dd

Browse files
chore: change ord endpoint port
1 parent 5a2ff7d commit 645f9dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/kotlin/infrastructure/api/OrdApiGatewayVerticle.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,6 @@ class OrdApiGatewayVerticle(
6464
companion object {
6565
private const val version = "v1"
6666
private const val endpoint = "/api/$version/ord"
67-
private const val port = 3000
67+
private const val port = 3001
6868
}
6969
}

0 commit comments

Comments
 (0)