Skip to content

Commit

Permalink
Update index.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
ashish-egov authored Jul 15, 2024
1 parent aec0740 commit f0c1425
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 f0c1425

Please sign in to comment.