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