Implements the possibility to ask for a scholarship for a student
This commit is contained in:
@ -2,4 +2,8 @@ import {restPost} from "@/rest/restConsumer.js";
|
||||
|
||||
export async function createExemptionsRequest(exempReq){
|
||||
return restPost("/exemptionreq", exempReq)
|
||||
}
|
||||
|
||||
export async function createScholarshipRequest(scholReq){
|
||||
return restPost("/scholarshipreq", scholReq)
|
||||
}
|
Reference in New Issue
Block a user