We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8b5f4d0 commit 05ce7acCopy full SHA for 05ce7ac
src/components/AD/index.vue
@@ -27,7 +27,7 @@ export default {
27
? '111'
28
: '96'
29
const template = 'horizontal'
30
- axios.get(`https://codefund.io/properties/${codefundId}/funder.html?template=${template}`)
+ axios.get(`https://api.codefund.app/properties/${codefundId}/funder.html?template=${template}`)
31
.then(function(response) {
32
document.getElementById('codefund').innerHTML = response.data
33
})
0 commit comments