add dashboard, fix get data scraping, fix table
This commit is contained in:
@@ -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){
|
||||
|
||||
Reference in New Issue
Block a user