Add rules language support and improve password validation across the app
This commit is contained in:
@@ -69,6 +69,7 @@ const API = {
|
||||
},
|
||||
|
||||
listRules: (lang) => api("GET", `/api/rules${lang ? "?lang=" + encodeURIComponent(lang) : ""}`),
|
||||
listRuleLanguages: () => api("GET", "/api/rules/languages"),
|
||||
};
|
||||
|
||||
function openCompetitionWS(id, handlers) {
|
||||
|
||||
Reference in New Issue
Block a user