add dashboard, fix get data scraping, fix table

This commit is contained in:
arifal
2025-01-24 01:58:06 +07:00
parent 4de7067487
commit 5f93a18f60
53 changed files with 2671 additions and 58 deletions

View File

@@ -13,7 +13,6 @@ return Application::configure(basePath: dirname(__DIR__))
health: '/up',
)
->withMiddleware(function (Middleware $middleware) {
// $middleware->redirectGuestsTo('/auth/signin');
})
->withExceptions(function (Exceptions $exceptions) {
$exceptions->render(function (HttpException $exception){