Merge branch 'bryam' of https://github.com/BryamE/ProyectoLauck into nLucas
This commit is contained in:
@@ -54,10 +54,3 @@ Route::middleware(['auth'])->group(function () {
|
||||
Route::get('/appointments/{appointment}', [AppointmentController::class, 'show'])
|
||||
->name('appointments.show');
|
||||
});
|
||||
|
||||
|
||||
Route::get('/productos/{id}/vistaUsuario', [ProductosController::class,'vistaUsuario'])->name('productos.vistaUsuario');
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user