Reworking, patching and cleaning the extension
This commit is contained in:
@ -74,4 +74,8 @@ export async function getExempReq(id){
|
||||
|
||||
export async function editExempReqState(id, newstate){
|
||||
return restPatch("/exemptionsreq/"+id+"/"+newstate)
|
||||
}
|
||||
|
||||
export async function getExempByUser(userId){
|
||||
return restGet("/exemptionreq/"+userId)
|
||||
}
|
Reference in New Issue
Block a user