Skip to content

Commit

Permalink
Right url address
Browse files Browse the repository at this point in the history
  • Loading branch information
ShivaD173 committed May 27, 2024
1 parent 4e8d978 commit a31cbd3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions play.pokemonshowdown.com/src/battle-dex.ts
Original file line number Diff line number Diff line change
Expand Up @@ -901,8 +901,8 @@ interface ChaosPokemon {
}

async function fetchStatsData(format: string): Promise<ChaosResponse> {
// const url = 'https://staraptorshowdown.com/Stats/2024-04/chaos/' + format + '-0.json';
const url = 'http://localhost:8001/Stats/2024-04/chaos/' + format + '-0.json';
const url = 'https://staraptorshowdown.com/Stats/2024-04/chaos/' + format + '-0.json';
// const url = 'http://localhost:8001/Stats/2024-04/chaos/' + format + '-0.json';
try {
const response = await fetch(url);

Expand Down

0 comments on commit a31cbd3

Please sign in to comment.