We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae4e3fb commit 0d889b9Copy full SHA for 0d889b9
app/Http/Controllers/Api/V1/GetBreweriesMeta.php
@@ -65,7 +65,7 @@ public function __invoke(Request $request)
65
return response()->json(
66
data: $data,
67
status: Response::HTTP_OK,
68
- headers: ['Cache-Control' => 'no-cache'],
+ headers: ['Cache-Control' => 'public; max-age=300; etag'],
69
);
70
}
71
0 commit comments