debug the reports

This commit is contained in:
2026-01-26 16:40:34 +03:30
parent 5b678cd938
commit acdce4a3bd
7 changed files with 259 additions and 243 deletions

View File

@@ -70,7 +70,7 @@ class RouteServiceProvider extends ServiceProvider
Route::prefix('api/v3')
->name('v3.')
->middleware(['web', 'auth', 'confirmUser'])
// ->middleware(['web', 'auth', 'confirmUser'])
->namespace($this->namespace)
->group(base_path('routes/v3.php'));