Skip to content

Commit 52ed7d3

Browse files
committed
update api endpoint
1 parent 631d273 commit 52ed7d3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

templates/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,8 +75,8 @@ <h2 class="section-title">Current Champions</h2>
7575
<div x-data="{
7676
venues: [],
7777
error: '',
78-
api: 'http://192.168.2.253:4090',
79-
//api: 'https://app.tbchess.org',
78+
//api: 'http://192.168.2.253:4090',
79+
api: 'https://app.tbchess.org',
8080
getImage(url){
8181
return this.api + url + '?thumb=80';
8282
},

0 commit comments

Comments
 (0)