Skip to content

Commit

Permalink
Merge pull request AMPATH#20 from Rugute/main
Browse files Browse the repository at this point in the history
Fixed CORS in Central Registry
  • Loading branch information
Rugute authored Mar 7, 2024
2 parents 667b9fe + 630f838 commit 68cae37
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
"scripts": {
"start": "openmrs develop --backend http://amrs.ampath.or.ke:8080 --sources packages/esm-*-app --api-url /amrs --spa-path /amrs/spa/ --port 8040",
"start:core": "openmrs develop --backend http://amrs.ampath.or.ke:8080 --sources packages/esm-ampath-core-app --api-url /amrs --spa-path /amrs/spa/ --port 8030",
"ci:publish": "yarn workspaces foreach --all --topological --exclude @ampth/esm-3.x-app npm publish --access public --tag latest",
"ci:prepublish": "yarn workspaces foreach --all --topological --exclude @ampth/esm-3.x-app npm publish --access public --tag next",
"ci:publish": "yarn workspaces foreach --all --topological --exclude @ampath/esm-3.x-app npm publish --access public --tag latest",
"ci:prepublish": "yarn workspaces foreach --all --topological --exclude @ampath/esm-3.x-app npm publish --access public --tag next",
"release": "yarn workspaces foreach --all --topological version",
"verify": "turbo lint typescript test --color --concurrency=2",
"prettier": "prettier --config prettier.config.js --write \"packages/**/*.{ts,tsx,css,scss}\" \"e2e/**/*.ts\" --list-different",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ export const ClientRegistry: React.FC<ClientRegistryProps> = ({ setInitialFormVa
/>
{clientRegistryData.isSubmitting ? (
<InlineLoading
description={`${t('searchRegistry', 'Searching registry')} ...`}
description={`${t('searchRegistry', 'Searching Central Registry')} ...`}
iconDescription="searching registry ..."
status="active"
/>
Expand Down

0 comments on commit 68cae37

Please sign in to comment.