Use short ladill.com/q links for transfer shares and emails.
Deploy Ladill Transfer / deploy (push) Successful in 55s

Share URLs and API public_url values again use the platform domain so
ladill.com/q/* forwards to transfer.ladill.com like other Ladill apps.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
isaacclad
2026-06-08 16:08:22 +00:00
co-authored by Cursor
parent c396c97ce2
commit c173256ded
4 changed files with 3 additions and 11 deletions
@@ -139,7 +139,7 @@ class ChunkedUploadController extends Controller
'data' => [
'id' => $transfer->id,
'title' => $transfer->title,
'public_url' => $transfer->qrCode?->shareUrl(),
'public_url' => $transfer->qrCode?->publicUrl(),
'paid_until' => $transfer->paid_until?->toIso8601String(),
'expires_at' => $transfer->paid_until?->toIso8601String(),
'files' => $transfer->files->map(fn ($file) => [