Explorar el Código

fixed content type header

develop
Robin Thoni hace 8 años
padre
commit
bdcab8906a
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      src/Utils/Controller/LuticateApplication.php

+ 1
- 1
src/Utils/Controller/LuticateApplication.php Ver fichero

@@ -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
     

Loading…
Cancelar
Guardar