Skip to content

Commit

Permalink
enable response cache
Browse files Browse the repository at this point in the history
  • Loading branch information
freekmurze committed Oct 3, 2023
1 parent 89b6610 commit 92c8fc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Providers/FolioServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ class FolioServiceProvider extends ServiceProvider
{
public function boot(): void
{
Folio::path(resource_path('views/pages'))->uri('/');
Folio::path(resource_path('views/pages'))->uri('/')->middleware(['cacheResponse']);
}
}

0 comments on commit 92c8fc9

Please sign in to comment.