浏览代码

fixed content type header

develop
Robin Thoni 8 年前
父节点
当前提交
bdcab8906a
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      src/Utils/Controller/LuticateApplication.php

+ 1
- 1
src/Utils/Controller/LuticateApplication.php 查看文件

@@ -116,7 +116,7 @@ class LuticateApplication implements MessageComponentInterface
116 116
         
117 117
         $r = $this->dispatch($httpMethod, $url, $parameters);
118 118
         http_response_code($r->getStatusCode());
119
-        header("content-type", "application/json");
119
+        header("content-type: application/json");
120 120
         echo $r->__toString();
121 121
     }
122 122
     

正在加载...
取消
保存