mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
Always set 200 status code to match spec
This commit is contained in:
@@ -165,7 +165,9 @@ function executeRequest(
|
||||
);
|
||||
$wg->wait();
|
||||
|
||||
$response->json($output);
|
||||
$response
|
||||
->setStatusCode(Response::STATUS_CODE_OK)
|
||||
->json($output);
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user