Fixes varios

parent 6eee2167
......@@ -28,7 +28,7 @@ class CampaniaFrontController extends Controller {
//BORRAR LUEGO, SOLO PRUEBA
public function cargarHtmlFrontAction(Request $request) {
$data = array('id' => 24);
$data = array('id' => $request->get("uid",null));
$data_json = json_encode($data);
$htmlContent = array();
$username = "userApi";
......
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