Subiendo proyecto completo sin restricciones de git ignore

This commit is contained in:
Jose Sanchez
2023-08-17 11:44:02 -04:00
parent a0d4f5ba3b
commit 20f1c60600
19921 changed files with 2509159 additions and 45 deletions

View File

@@ -137,11 +137,6 @@ Route::get('email/verify/{id}/{hash}', [VerificationController::class, 'verify']
/* by joan */
/* Api para guardar el correo y generar un token */
// Route::post('user/register-email', [UserController::class, 'register_email'])->name('api.user.register.email');
@@ -563,13 +558,6 @@ Route::controller(PageController::class)->group(function () {
/* Route::post('/shops/create/store', 'ShopController@store')->middleware('cors'); */
//alejandro
// Route::prefix('workshop')->group(function () {
// Route::get('dashboard', [DashboardController::class, 'index'])->name('workshop.dashboard');
// });
//AQUI AGREGO LOS DIFERENTES TIPOS DE USUARIOS Y QUE este verificado y autenticado
Route::group(['middleware' => ['auth', 'user', 'verified']], function () {