Changed latest graph to show last 7 days by default

This commit is contained in:
Henry Whitaker
2020-04-21 23:23:56 +01:00
parent 62eeeee9fe
commit 1c92353816
7 changed files with 18 additions and 7 deletions

View File

@@ -39,7 +39,7 @@ class Kernel extends HttpKernel
],
'api' => [
'throttle:60,1',
'throttle:100,1',
\Illuminate\Routing\Middleware\SubstituteBindings::class,
],
];