1
0
Fork 0
mirror of synced 2024-09-19 19:07:21 +12:00

Update Expires header via cache shared api

This commit is contained in:
shimon 2024-06-13 09:40:36 +03:00
parent 3f42b03f8e
commit 4bedb2f52a

View file

@ -466,7 +466,7 @@ App::init()
->addHeader('Cache-Control', 'no-cache, no-store, must-revalidate')
->addHeader('Pragma', 'no-cache')
->addHeader('Expires', 0)
->ddHeader('X-Appwrite-Cache', 'miss')
->addHeader('X-Appwrite-Cache', 'miss')
;
}
}