mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/exchange-2.0.git
synced 2026-08-21 21:43:57 +00:00
Export pdf file from Laravel Vapor through S3 bucket
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user