Skip to content

Commit

Permalink
Remove path from continue url (#151)
Browse files Browse the repository at this point in the history
  • Loading branch information
DevAndyroo authored Sep 23, 2024
1 parent 49025e7 commit 215d845
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conf/application.conf
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ mongodb {

urls {
login = "http://localhost:9949/auth-login-stub/gg-sign-in"
loginContinue = "http://localhost:10193/pay-vat-on-goods-sold-to-eu/import-one-stop-shop-returns-payments"
loginContinue = "http://localhost:10193"
signOut = "http://localhost:9553/bas-gateway/sign-out-without-state"
amendRegistrationUrl = "http://localhost:10190/pay-vat-on-goods-sold-to-eu/register-for-import-one-stop-shop/start-amend-journey"
cancelYourRequestToLeaveUrl = "http://localhost:10189/pay-vat-on-goods-sold-to-eu/leave-import-one-stop-shop/cancel-leave-scheme"
Expand Down

0 comments on commit 215d845

Please sign in to comment.