ee
Showing
1 changed file
with
1 additions
and
1 deletions
| ... | @@ -137,7 +137,7 @@ class ApiController extends Controller | ... | @@ -137,7 +137,7 @@ class ApiController extends Controller |
| 137 | $response = $pdf; | 137 | $response = $pdf; |
| 138 | $statusCode = 200; | 138 | $statusCode = 200; |
| 139 | 139 | ||
| 140 | return response($response, $statusCode) | 140 | return Response::json($response, $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