Skip to content

The endpoint for API querys is wrong. #2

@equetzal

Description

@equetzal

Some of the URLs for querying the API does not work nowadays.

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions