mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-19 13:02:56 +00:00
merge
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user