Add new item in despacho forms.

This commit is contained in:
tiago.kayaya
2021-02-17 09:47:00 +01:00
parent 3c138e81c7
commit d1590de14e
4 changed files with 30 additions and 2 deletions
+1 -1
View File
@@ -92,7 +92,7 @@ export class ProcessesService {
let options = {
headers: this.headers,
params: params
params: params,
};
return this.http.get<any>(`${geturl}`, options);
}