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

@@ -25,6 +25,6 @@ class AppServiceProvider extends ServiceProvider
public function boot()
{
Schema::defaultStringLength(191);
\URL::forceScheme('https');
// \URL::forceScheme('https');
}
}

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'));