Small fixes

This commit is contained in:
2023-11-29 20:50:06 +01:00
parent 3e3bcce806
commit 97096c3e31
4 changed files with 43 additions and 3 deletions

View File

@@ -22,6 +22,7 @@ Route::get('/', function () {
Route::get('/ccountry/', [CountryCodeController::class, 'index'])->name('ccountry.index');
Route::get('/ccountry/active/', [CountryCodeController::class, 'active'])->name('ccountry.active');
Route::get('/search/{id}',[CountryCompareController::class,'search'])->name('ccompare.search');
Route::middleware(['auth:sanctum', config('jetstream.auth_session'), 'verified'])->group(function () {
// Route::get('/', function () {
// return Inertia::render('Dashboard');