change api

deploy
Pan 2019-06-05 09:41:21 +08:00
parent 591f928d22
commit 673333c07c
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ export default {
? '165'
: '164'
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
})