From 7b5e0a4eb24a22edc8a029a74d323bc4a521be9d Mon Sep 17 00:00:00 2001 From: David Bomba Date: Tue, 13 Jul 2021 20:11:00 +1000 Subject: [PATCH] Update migration route --- app/Http/Controllers/Migration/StepsController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Http/Controllers/Migration/StepsController.php b/app/Http/Controllers/Migration/StepsController.php index e7e4d76a6822..f39eb37a5a71 100644 --- a/app/Http/Controllers/Migration/StepsController.php +++ b/app/Http/Controllers/Migration/StepsController.php @@ -70,7 +70,7 @@ class StepsController extends BaseController if ($request->option == 0) { - session()->put('MIGRATION_ENDPOINT', 'https://invoicing.co'); + session()->put('MIGRATION_ENDPOINT', 'https://v5-app1.invoicing.co'); return redirect( url('/migration/auth')