This commit is contained in:
2020-09-15 18:16:38 +08:00
parent 2522171db3
commit 77f38e66d4
+1
View File
@@ -175,6 +175,7 @@ class Response extends Application
$response->header('Access-Control-Allow-Origin', '*');
$response->header('Run-Time', $this->getRuntime());
$response->end($sendData);
unset($response);
return $sendData;
}