e
Showing
1 changed file
with
2 additions
and
2 deletions
| ... | @@ -134,10 +134,10 @@ class ApiController extends Controller | ... | @@ -134,10 +134,10 @@ class ApiController extends Controller |
| 134 | 134 | ||
| 135 | $pdf = new PdfController(); | 135 | $pdf = new PdfController(); |
| 136 | $pdf = $pdf->pdf($pdfId); | 136 | $pdf = $pdf->pdf($pdfId); |
| 137 | $response = $pdf; | 137 | //$response = $pdf; |
| 138 | $statusCode = 200; | 138 | $statusCode = 200; |
| 139 | 139 | ||
| 140 | return Response::json($response, $statusCode) | 140 | return Response::json('good', $statusCode) |
| 141 | ->header("Access-Control-Allow-Origin" , "*"); | 141 | ->header("Access-Control-Allow-Origin" , "*"); |
| 142 | 142 | ||
| 143 | 143 | ... | ... |
-
Please register or sign in to post a comment