This commit is contained in:
tiago.kayaya
2021-05-26 11:31:54 +01:00
parent cfee132e26
commit 98c28dd121
4 changed files with 3 additions and 4 deletions
+1 -1
View File
@@ -184,7 +184,7 @@ export class ProcessesService {
}
postDespatchoPr(body:any) {
const geturl = environment.apiURL + 'Processes/CreateExpedientePR';
const geturl = environment.apiURL + 'Processes/CreateDispatchPR';
let options = {
headers: this.headers,
};