mirror of
https://github.com/appwrite/appwrite
synced 2026-05-24 01:18:37 +00:00
Merge branch '1.4.x' of github.com:appwrite/appwrite into chore-update-sdks
This commit is contained in:
commit
aebbafcb0f
1 changed files with 0 additions and 2 deletions
|
|
@ -254,8 +254,6 @@ App::init()
|
||||||
->setContentType($data['contentType'])
|
->setContentType($data['contentType'])
|
||||||
->send(base64_decode($data['payload']))
|
->send(base64_decode($data['payload']))
|
||||||
;
|
;
|
||||||
|
|
||||||
$route->setIsActive(false);
|
|
||||||
} else {
|
} else {
|
||||||
$response->addHeader('X-Appwrite-Cache', 'miss');
|
$response->addHeader('X-Appwrite-Cache', 'miss');
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue