Skip to content

Commit

Permalink
Regproc camel route corrected.
Browse files Browse the repository at this point in the history
  • Loading branch information
Puneet Joshi committed Nov 24, 2021
1 parent 29edefe commit e5db06b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<setBody>
<simple>${bodyAs(String)}</simple>
</setBody>
<to uri="http://mz.ingress:30080/registrationprocessor/v1/securezone/notification" />
<to uri="http://regproc-group2.regproc/registrationprocessor/v1/securezone/notification" />
</otherwise>
</choice>
</route>
Expand Down

0 comments on commit e5db06b

Please sign in to comment.