This commit is contained in:
2020-09-16 20:46:12 +08:00
parent 43669a525b
commit 018a9573c7
-1
View File
@@ -178,7 +178,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 = '';