Skip to content

Commit 05ce7ac

Browse files
committed
change codefund
1 parent 8b5f4d0 commit 05ce7ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/AD/index.vue

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ export default {
2727
? '111'
2828
: '96'
2929
const template = 'horizontal'
30-
axios.get(`https://codefund.io/properties/${codefundId}/funder.html?template=${template}`)
30+
axios.get(`https://api.codefund.app/properties/${codefundId}/funder.html?template=${template}`)
3131
.then(function(response) {
3232
document.getElementById('codefund').innerHTML = response.data
3333
})

0 commit comments

Comments
 (0)