Skip to content

Fetch the list of permitted languages for a contest from the back-end instead of hard-coding it on front-end #33

@arc9693

Description

@arc9693

Reference:

const dict = {
c: "c_cpp",
"c++": "c_cpp",
python3: "python",
java: "java",
};

const dict = {
c: "c_cpp",
"c++": "c_cpp",
python3: "python",
java: "java",
};

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions