This commit is contained in:
Peter Maquiran
2024-02-02 10:50:20 +01:00
15 changed files with 449 additions and 380 deletions
@@ -186,9 +186,9 @@ export class MiddlewareServiceService {
const headers = new HttpHeaders();
headers.set('Authorization', 'Bearer ' + SessionStore.user.Authorization);
// const geturl = 'http://localhost:3001/FileHub';
const geturl = 'http://localhost:3001/FileHub';
// const geturl = environment.apiURL + 'Tasks/DelegateTask';
const geturl = environment.apiPCURL + 'FileContent';
// const geturl = environment.apiPCURL + 'FileContent';
let options = {
headers: headers