Revert "change codefund"

This reverts commit 05ce7ac1ec.
This commit is contained in:
花裤衩 2020-06-17 11:34:31 +08:00
parent 05ce7ac1ec
commit 1d22adb6fc
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
})