Skip to content

Commit 4e06d3f

Browse files
feat: set deployment port
1 parent 921ea6f commit 4e06d3f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,6 @@ class ObdApiGatewayVerticle(
5050
companion object {
5151
private const val version = "v1"
5252
private const val endpoint = "/api/$version/obd"
53-
private const val port = 3002
53+
private const val port = 3000
5454
}
5555
}

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

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

0 commit comments

Comments
 (0)