We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 921ea6f commit 4e06d3fCopy full SHA for 4e06d3f
src/main/kotlin/infrastructure/api/ObdApiGatewayVerticle.kt
@@ -50,6 +50,6 @@ class ObdApiGatewayVerticle(
50
companion object {
51
private const val version = "v1"
52
private const val endpoint = "/api/$version/obd"
53
- private const val port = 3002
+ private const val port = 3000
54
}
55
src/main/kotlin/infrastructure/api/OrdApiGatewayVerticle.kt
@@ -62,6 +62,6 @@ class OrdApiGatewayVerticle(
62
63
64
private const val endpoint = "/api/$version/ord"
65
- private const val port = 3001
66
67
0 commit comments