Mejora codigo smsgateway.

se añade llamado de parametro configuracion
parent 363363a3
......@@ -220,4 +220,14 @@ class EnvioSmsController extends Controller {
$notifica->save();
}
public function testAction(){
$response = new Response(
'Prueba',
Response::HTTP_OK,
['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