We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 631d273 commit 52ed7d3Copy full SHA for 52ed7d3
1 file changed
templates/index.html
@@ -75,8 +75,8 @@ <h2 class="section-title">Current Champions</h2>
75
<div x-data="{
76
venues: [],
77
error: '',
78
- api: 'http://192.168.2.253:4090',
79
- //api: 'https://app.tbchess.org',
+ //api: 'http://192.168.2.253:4090',
+ api: 'https://app.tbchess.org',
80
getImage(url){
81
return this.api + url + '?thumb=80';
82
},
0 commit comments