Mejora codigo smsgateway.

se añade llamado de parametro configuracion
parent d83fd556
......@@ -66,7 +66,7 @@ class EnvioSmsController extends Controller {
$response = new Response(
$resp,
Response::HTTP_OK,
['content-type' => 'text/html']
['content-type' => 'application/json']
);
return $response;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment