Add documentation
This commit is contained in:
@@ -32,6 +32,10 @@ Route::get('/about/', function () {
|
||||
Route::get('/exchange/', function () {
|
||||
return Inertia::render('IkeaExchange');
|
||||
})->name('exchange');
|
||||
Route::get('/doc/', function () {
|
||||
return Inertia::render('IkeaDoc');
|
||||
})->name('doc');
|
||||
|
||||
Route::post('users-send-email', [FeedbackController::class, 'sendEmail'])->name('ajax.send.email');
|
||||
//Route::get('/products/online', [OnlineCompareController::class,'compare'])->name('products.online.compare');
|
||||
Route::get('/products/count', [ProductsCountController::class,'index'])->name('products.count');
|
||||
|
||||
Reference in New Issue
Block a user