parent
05ce7ac1ec
commit
1d22adb6fc
|
@ -27,7 +27,7 @@ export default {
|
|||
? '111'
|
||||
: '96'
|
||||
const template = 'horizontal'
|
||||
axios.get(`https://api.codefund.app/properties/${codefundId}/funder.html?template=${template}`)
|
||||
axios.get(`https://codefund.io/properties/${codefundId}/funder.html?template=${template}`)
|
||||
.then(function(response) {
|
||||
document.getElementById('codefund').innerHTML = response.data
|
||||
})
|
||||
|
|
Loading…
Reference in New Issue