Skip to content

Commit

Permalink
chores: rio major
Browse files Browse the repository at this point in the history
  • Loading branch information
blarth committed Nov 1, 2022
1 parent 6b61e4a commit 867d12a
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/dota2/tournaments?filter[tier]=s,a,b`,
https://api.pandascore.co/csgo/tournaments?filter[tier]=s`,
createConfig(process.env.MY_API_KEY)
)

Expand Down

0 comments on commit 867d12a

Please sign in to comment.