change api

This commit is contained in:
Pan 2019-06-05 09:39:36 +08:00
parent b7b12acbd2
commit e0da0d0268
1 changed files with 1 additions and 1 deletions

View File

@ -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
})