Skip to content

Commit

Permalink
Merge pull request #1071 from egovernments/ashish-egov-patch-2
Browse files Browse the repository at this point in the history
Update index.ts
  • Loading branch information
ashish-egov authored Jul 15, 2024
2 parents aec0740 + f0c1425 commit 9c579c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utilities/boundary-bulk-bff/src/server/config/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ const config = {
boundaryRelationship: process.env.EGOV_BOUNDARY_RELATIONSHIP_SEARCHPATH || "boundary-service/boundary-relationships/_search",
boundaryHierarchy: process.env.EGOV_BOUNDARY_HIERARCHY_SEARCHPATH || "boundary-service/boundary-hierarchy-definition/_search",
boundaryEntitySearch: process.env.EGOV_BOUNDARY_ENTITY_SEARCHPATH || "boundary-service/boundary/_search",
boundaryEntityCreate: process.env.EGOV_BOUNDARY_ENTITY_SEARCHPATH || "boundary-service/boundary/_create",
boundaryEntityCreate: process.env.EGOV_BOUNDARY_ENTITY_CREATEPATH || "boundary-service/boundary/_create",
localizationSearch: process.env.EGOV_LOCALIZATION_SEARCH || "localization/messages/v1/_search",
localizationCreate: "localization/messages/v1/_upsert",
boundaryRelationshipCreate: "boundary-service/boundary-relationships/_create",
Expand Down

0 comments on commit 9c579c0

Please sign in to comment.