Skip to content

Commit 0d889b9

Browse files
committed
[Fix] Re-add /meta cache
1 parent ae4e3fb commit 0d889b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/Http/Controllers/Api/V1/GetBreweriesMeta.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ public function __invoke(Request $request)
6565
return response()->json(
6666
data: $data,
6767
status: Response::HTTP_OK,
68-
headers: ['Cache-Control' => 'no-cache'],
68+
headers: ['Cache-Control' => 'public; max-age=300; etag'],
6969
);
7070
}
7171
}

0 commit comments

Comments
 (0)