Invoice upload by robot
This commit is contained in:
@@ -3,6 +3,8 @@
|
||||
use App\Domains\Dashboard\Controllers\DashboardController;
|
||||
use App\Http\Controllers\TestRenderInertiaProvider;
|
||||
use App\Middleware\IdentifyTenant;
|
||||
use App\Providers\CronController;
|
||||
use App\Providers\CronTaskHandleProvider;
|
||||
use App\Providers\GlobalDataProvider;
|
||||
use Illuminate\Support\Facades\Route;
|
||||
|
||||
@@ -17,7 +19,7 @@ require_once __DIR__ . '/../app/Domains/Invoice/Routes/api.php';
|
||||
|
||||
|
||||
|
||||
|
||||
Route::get('/execute-crons', [CronTaskHandleProvider::class, 'run']);
|
||||
|
||||
Route::middleware(IdentifyTenant::class)->group(function () {
|
||||
Route::get('/', DashboardController::class);
|
||||
|
||||
Reference in New Issue
Block a user