post Mock and corrections
This commit is contained in:
@ -27,6 +27,9 @@ export function restPatch(endPoint, data) {
|
||||
return _rest(endPoint, {method: "PATCH", credentials: 'include', body: JSON.stringify(data)});
|
||||
}
|
||||
|
||||
export function postMock(){
|
||||
return restPost("/mock")
|
||||
}
|
||||
/**
|
||||
* backbone for the request made by the frontend
|
||||
*
|
||||
|
Reference in New Issue
Block a user