From 215d845cc1d5d14bd7f41c21e5aa13f2a7609e5a Mon Sep 17 00:00:00 2001 From: Andrew Smith <1895818+DevAndyroo@users.noreply.github.com> Date: Mon, 23 Sep 2024 11:28:55 +0100 Subject: [PATCH] Remove path from continue url (#151) --- conf/application.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/application.conf b/conf/application.conf index d6bf3857..51e85080 100644 --- a/conf/application.conf +++ b/conf/application.conf @@ -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"