Add backend check for due invoices, #54
This commit is contained in:
+1
-4
@@ -3,10 +3,7 @@
|
||||
use Illuminate\Support\Facades\Route;
|
||||
use Inertia\Inertia;
|
||||
use App\Http\Controllers\InvoiceController;
|
||||
|
||||
Route::get('/welcome', function () {
|
||||
return Inertia::render('Welcome');
|
||||
})->name('welcome');
|
||||
use Illuminate\Support\Facades\Log;
|
||||
|
||||
Route::get('/', function () {
|
||||
return Inertia::render('Dashboard');
|
||||
|
||||
Reference in New Issue
Block a user