Update web.php

This commit is contained in:
Khashayar Zavosh 2021-04-17 10:07:53 +04:30 committed by GitHub
parent 70b361ecca
commit 2addd99e8b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -42,7 +42,6 @@ Route::get('/studio/profile', [UserController::class, 'showProfile'])->name('sho
Route::post('/studio/profile', [UserController::class, 'editProfile'])->name('editProfile');
});
//test
//Admin route
Route::group([
'middleware' => 'admin',