Skip to content

Commit

Permalink
Merge pull request PSMRI#21 from drtechie/develop
Browse files Browse the repository at this point in the history
Fix typo in URLs
  • Loading branch information
ravishanigarapu authored Dec 6, 2023
2 parents 9cbca65 + 624039d commit faa3e14
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/main/environment/common_ci.properties
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@ spring.datasource.password=@env.DATABASE_PASSWORD@
spring.datasource.driver-class-name=com.mysql.jdbc.Driver

## Carestream URLs, local
carestreamOrderCreateURL=@env.COMMON_API_BASE_URL@//carestream/createOrder
carestreamOrderCreateURL=@env.COMMON_API_BASE_URL@/carestream/createOrder

## Identity - Common URLs
# Registration
registrationUrl =@env.COMMON_API_BASE_URL@//beneficiary/create
registrationUrl =@env.COMMON_API_BASE_URL@/beneficiary/create

registrarQuickSearchByIdUrl =@env.COMMON_API_BASE_URL@//beneficiary/searchUserByID
registrarQuickSearchByIdUrl =@env.COMMON_API_BASE_URL@/beneficiary/searchUserByID

registrarQuickSearchByPhoneNoUrl =@env.COMMON_API_BASE_URL@//beneficiary/searchUserByPhone
registrarQuickSearchByPhoneNoUrl =@env.COMMON_API_BASE_URL@/beneficiary/searchUserByPhone

getBenImageFromIdentity =@env.IDENTITY_API_BASE_URL@/id/benImageByBenRegID

Expand Down

0 comments on commit faa3e14

Please sign in to comment.