update staff permissions
This commit is contained in:
@@ -20,10 +20,9 @@ use App\Http\Controllers\ContainerController;
|
||||
// Public Front Page
|
||||
// ---------------------------
|
||||
Route::get('/', function () {
|
||||
return view('welcome');
|
||||
return redirect()->route('admin.login');
|
||||
});
|
||||
|
||||
|
||||
// ==========================================
|
||||
// BROADCASTING AUTH (FOR ADMIN SESSION)
|
||||
// ==========================================
|
||||
@@ -385,3 +384,4 @@ Route::post('/admin/broadcasting/auth', function () {
|
||||
|
||||
Route::get('/admin/invoices/{invoice}/download', [InvoiceController::class, 'download'])
|
||||
->name('admin.invoices.download');
|
||||
|
||||
Reference in New Issue
Block a user