Moved send to admin sub folder

This commit is contained in:
ben 2023-10-09 05:03:50 -04:00
parent 47022bc4e2
commit c7a3fadb96
2 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ Route::view('profile', 'profile')
->middleware(['auth'])
->name('profile');
Route::view('send', 'send')
Route::view('send', 'admin.send')
->middleware(['auth'])
->name('send');