1
0
Fork 0
mirror of https://github.com/GuerillaStudio/compteur-de-greve.git synced 2024-10-09 05:19:02 +00:00

Remove serverless 5min cache for the launch at least

This commit is contained in:
Tixie 2023-03-02 12:32:25 +01:00
parent 0c8cd86b49
commit 681a8695bb

View file

@ -34,7 +34,6 @@ async function handler(event) {
return {
statusCode: error.httpStatusCode || 500,
ttl: 300,
body: JSON.stringify(
{
error: error.message,