Skip to content

Commit

Permalink
Merge pull request #27 from swmuir/develop
Browse files Browse the repository at this point in the history
updates to fhir client
  • Loading branch information
swmuir authored Apr 5, 2024
2 parents 829d888 + 8ad5d3d commit 3fe3a7b
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 14,445 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"rxjs": "~6.6.3",
"tslib": "^2.0.0",
"zone.js": "~0.10.2",
"e-care-common-data-services": "^1.2.4"
"e-care-common-data-services": "^1.2.5"
},
"devDependencies": {
"@angular-devkit/architect": "^0.1001.0",
Expand Down
2 changes: 1 addition & 1 deletion src/assets/env.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
(function(window){
window["env"] = window["env"] || {};
window["env"]["authdebug"] = "false";
window["env"]["clientId"] = '9ff4f5c4-f07c-464f-8d4b-90b90a76bebf';
window["env"]["clientId"] = '02c55695-e7b6-4628-8329-6ea1cc67abb3';
window['env']['logEndpointUri'] = 'http://localhost:8085';
window['env']['logApiKey'] = 'dd9761de-dc5e-4132-a159-51421fc43e07';
})(this);
1 change: 0 additions & 1 deletion src/assets/fhir-client.js.map

This file was deleted.

Loading

0 comments on commit 3fe3a7b

Please sign in to comment.