This commit is contained in:
2020-09-16 20:35:25 +08:00
parent f0f60a2978
commit c7f4f0c764
-1
View File
@@ -172,7 +172,6 @@ class Response extends Application
{
$this->response->status($status);
$this->response->header('Content-Type', $this->getContentType());
$this->response->header('Access-Control-Allow-Origin', '*');
$this->response->header('Run-Time', $this->getRuntime());
if (empty($sendData)) {
$sendData = '';