Merge branch 'dillon/34.4-jenkins-vapor' into vapor/development

This commit is contained in:
Dillon Ngo
2024-06-20 15:39:57 +08:00
@@ -156,6 +156,8 @@
method: 'GET',
responseType: 'json',
}).then(response => {
console.log('whiteForm.mockUp: ' + JSON.stringify(response));
console.log('whiteForm.mockUp: ' + JSON.stringify(response.src));
if (response.src) {
window.location.href = response.src;
}