mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
Merge pull request #6101 from appwrite/fix-remove-route-setisactive
Remove route setIsActive() call
This commit is contained in:
@@ -254,8 +254,6 @@ App::init()
|
||||
->setContentType($data['contentType'])
|
||||
->send(base64_decode($data['payload']))
|
||||
;
|
||||
|
||||
$route->setIsActive(false);
|
||||
} else {
|
||||
$response->addHeader('X-Appwrite-Cache', 'miss');
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user