Replace monolith user.* routes with cross-app URLs.
Deploy Ladill Hosting / deploy (push) Successful in 20s
Deploy Ladill Hosting / deploy (push) Successful in 20s
Hosting type pages and panel views referenced platform routes that do not exist in the extracted app; link to domains, account, and servers apps instead. Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -15,9 +15,9 @@
|
||||
$renewalOptions = collect($renewalOptions ?? [])->values();
|
||||
$initialRenewalMonths = (string) ($renewalOptions->first()['months'] ?? '12');
|
||||
$backRoute = match ((string) $order->hosting_type) {
|
||||
'multi_domain' => route('user.products.multi-domain-hosting'),
|
||||
'wordpress' => route('user.products.wordpress-hosting'),
|
||||
default => route('user.products.single-domain-hosting'),
|
||||
'multi_domain' => route('hosting.multi-domain'),
|
||||
'wordpress' => route('hosting.wordpress'),
|
||||
default => route('hosting.single-domain'),
|
||||
};
|
||||
@endphp
|
||||
|
||||
|
||||
Reference in New Issue
Block a user