Improve gabenite digital(possible conflict)

This commit is contained in:
Peter Maquiran
2021-04-28 11:06:55 +01:00
parent 12dff45a9c
commit a7277f0f90
19 changed files with 728 additions and 150 deletions
+1 -6
View File
@@ -148,7 +148,7 @@ export class ProcessesService {
return this.http.get<any>(`${geturl}`, options);
}
postDespatcho(body:any){
postDespatcho(body:any) {
const geturl = environment.apiURL + 'Processes/CreateDispatch';
let options = {
headers: this.headers,
@@ -210,9 +210,4 @@ export class ProcessesService {
return this.http.get<any>(`${geturl}`, options);
}
}