We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 05548c7 commit 0b731eeCopy full SHA for 0b731ee
1 file changed
frontend/src/pages/create/OverviewPanel.tsx
@@ -76,9 +76,8 @@ const OverviewPanel: FC = () => {
76
useEffect(() => {
77
console.log('fetching games')
78
// todo: when skipping to the end, the opening isn't updated to the last available value
79
- // todo: change back to lichess database once issue on GitHub is fixed
80
fetch(
81
- `https://explorer.lichess.ovh/masters?variant=standard&speeds[]=bullet&speeds[]=blitz&speeds[]=rapid&speeds[]=classical&ratings[]=1600&ratings[]=2500&moves=6&fen=${fen}`
+ `https://explorer.lichess.ovh/lichess?variant=standard&speeds[]=bullet&speeds[]=blitz&speeds[]=rapid&speeds[]=classical&ratings[]=1600&ratings[]=2500&moves=6&fen=${fen}`
82
)
83
.then(result => result.json())
84
.then(json => {
0 commit comments