Skip to content

Commit

Permalink
chores: back to doto
Browse files Browse the repository at this point in the history
  • Loading branch information
blarth committed Oct 18, 2022
1 parent ecb9d53 commit 6b61e4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/services/getDataService.ts
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ export async function getDataResultMatch(req: Request, res: Response) {
export async function getDataTournament(req: Request, res: Response) {
const response = await axios.get(
`
https://api.pandascore.co/csgo/tournaments?filter[tier]=s,a,b,c`,
https://api.pandascore.co/dota2/tournaments?filter[tier]=s,a,b`,
createConfig(process.env.MY_API_KEY)
)

Expand Down

0 comments on commit 6b61e4a

Please sign in to comment.