Skip to content

Commit

Permalink
Restore ssl regular checks on email service V1
Browse files Browse the repository at this point in the history
  • Loading branch information
g-duval committed May 29, 2024
1 parent a4e529d commit 5e7f519
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ public void configureRoutes() {
.to(BOP_V2_RESPONSE_TIME_METRIC + TIMER_ACTION_STOP)
.otherwise()
.to(BOP_RESPONSE_TIME_METRIC + TIMER_ACTION_START)
.to(bopEndpointV1)
.to(emailConnectorConfig.getBopURL())
.to(BOP_RESPONSE_TIME_METRIC + TIMER_ACTION_STOP)
.end()
.log(INFO, getClass().getName(), "Sent Email notification [orgId=${exchangeProperty." + ORG_ID + "}, historyId=${exchangeProperty." + ID + "}]")
Expand Down

0 comments on commit 5e7f519

Please sign in to comment.