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:
@@ -35,7 +35,7 @@
|
||||
|
||||
@if ($nativeForm['requires_domain'])
|
||||
@php
|
||||
$newDomainUrl = route('user.domains.purchase');
|
||||
$newDomainUrl = ladill_domains_url('/find');
|
||||
@endphp
|
||||
<div>
|
||||
<div class="mb-2 flex items-center justify-between">
|
||||
|
||||
Reference in New Issue
Block a user