Export pdf file from Laravel Vapor through S3 bucket

This commit is contained in:
Dillon Ngo
2024-06-20 15:57:49 +08:00
parent 8dd0166165
commit fa8c9a481f
@@ -155,7 +155,8 @@
return fetch(url, {
method: 'GET',
responseType: 'json',
}).then(response => {
}).then(response => response.json())
.then(response => {
console.log('whiteForm.mockUp: ' + JSON.stringify(response));
console.log('whiteForm.mockUp: ' + JSON.stringify(response.src));
if (response.src) {