예제 #1
0
 public function post()
 {
     return Response::json(Partida::create(Input::all()));
 }