Files
isaaccladandCursor 9516fcb9f3
Deploy Ladill Link / deploy (push) Successful in 37s
Expand Link app with analytics, settings, and custom domains.
Add Bitly-style branded domain support via Ladill Domains SSL API,
account analytics dashboard, settings page with default domain picker,
and fix SSO/dashboard issues from QR Plus template leftovers.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-06-27 12:16:34 +00:00

7 lines
184 B
PHP

<?php
use App\Http\Controllers\Api\SslCallbackController;
use Illuminate\Support\Facades\Route;
Route::post('/ssl-callback', SslCallbackController::class)->name('api.ssl-callback');