Add the uninscription request submission
This commit is contained in:
@ -18,4 +18,8 @@ export async function getAllExemptionsRequest(){
|
||||
|
||||
export async function editEquivalenceState(id, newstate){
|
||||
return restPatch("/request/registerequiv/"+id+"/"+newstate)
|
||||
}
|
||||
|
||||
export async function addUninscReq(userId, reason){
|
||||
return restPost("/uninscriptionreq", {"userId" : userId, "reason" : reason})
|
||||
}
|
Reference in New Issue
Block a user