Skip to content

Commit

Permalink
Update chargeThanks.vue
Browse files Browse the repository at this point in the history
  • Loading branch information
vivien8261 committed Aug 1, 2024
1 parent 53a4a15 commit 066604a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/components/chargeThanks.vue
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ export default {
},
methods: {
get_sponsors: function () {
axios.get('https://server.amiyabot.com:8020/get_sponsors').then(res => {
axios.get('https://server.amiyabot.com:10001/get_sponsors').then(res => {
this.data = JSON.parse(res.data)
this.data.sort((a, b) => {
return b.all_sum_amount - a.all_sum_amount
Expand Down

0 comments on commit 066604a

Please sign in to comment.