Add the management of changeCurriculum requests
This commit is contained in:
		| @ -50,4 +50,16 @@ export async function getAllPayments(){ | ||||
|  | ||||
| export async function postChangeCurrReq(item){ | ||||
|     return restPost("/changecurriculumreq", item) | ||||
| } | ||||
|  | ||||
| export async function getAllChangeCurrReq(){ | ||||
|     return restGet("/changecurriculumreq") | ||||
| } | ||||
|  | ||||
| export async function getChangeCurrReqById(id){ | ||||
|     return restGet("/changecurriculumreq/"+id) | ||||
| } | ||||
|  | ||||
| export async function editChangeCurrReq(id, newState){ | ||||
|     return restPatch("/changecurriculumreq/"+id+"/"+newState) | ||||
| } | ||||
		Reference in New Issue
	
	Block a user