WIP: funcion/faltantes-y-sobrantes #52

Draft
atasistro wants to merge 39 commits from funcion/faltantes-y-sobrantes into master
Showing only changes of commit a34bfd53a8 - Show all commits

View file

@ -29,7 +29,7 @@ Route::middleware(['auth'])->group(function () {
Route::get('/user/grupo_de_compra', 'UserController@grupoDeCompra'); Route::get('/user/grupo_de_compra', 'UserController@grupoDeCompra');
}); });
Route::middleware(['auth', 'role:barrio'])->group(function() { Route::middleware(['auth'])->group(function() {
Route::get('/pedido', 'RouteController@main')->name('pedido'); Route::get('/pedido', 'RouteController@main')->name('pedido');
Route::get('/pedido/sesion', 'SessionController@fetch'); Route::get('/pedido/sesion', 'SessionController@fetch');
Route::post('/pedido/sesion', 'SessionController@store'); Route::post('/pedido/sesion', 'SessionController@store');