Comment out the admin redirect route in web.php
Some checks failed
Scan for leaked secrets using Kingfisher / kingfisher-secrets-scan (push) Successful in 11s
Scan for leaked secrets using Kingfisher / kingfisher-secrets-scan (pull_request) Successful in 10s
Gemini PR Review / Gemini PR Review (pull_request) Failing after 15s
Laravel Pint / pint (pull_request) Successful in 2m27s
Laravel Larastan / larastan (pull_request) Failing after 3m30s

This commit is contained in:
dhanabalan
2026-01-23 16:59:44 +05:30
parent 24e2327439
commit f5cea208a1

View File

@@ -13,9 +13,9 @@ Route::get('/', function () {
return redirect('/admin'); return redirect('/admin');
}); });
Route::get('/admin', function () { // Route::get('/admin', function () {
return redirect('/admin/welcome'); // return redirect('/admin/welcome');
}); // });
// ..Characteristic Approval Routes..// // ..Characteristic Approval Routes..//