-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Description
Some of the URLs for querying the API does not work nowadays.
Line 65 in f5ee07a
| let response = await axios.get('https://vjudge.net/status/data/?draw=1&start='+data.start+'&length='+data.length+'&un='+data.un+'&num='+data.num+'&res='+data.res+'&language='+data.language+'&inContest='+data.inContest+'&contestId='+data.contestId); |
For example, in the referenced line the resquest is being performed on https://vjudge.net/status/data/? but the endpoint is https://vjudge.net/status/data?.
Metadata
Metadata
Assignees
Labels
No labels