Skip to content

Commit

Permalink
1.3 fsm urc develop (#89)
Browse files Browse the repository at this point in the history
* Added URC for citizrn and employee in create flow

* Citizen and employee create issues fixed for URC

* Add new vehicle changes for URC

* changed css version to 1.5.9

* Total amount issue fixed

* Added boundaryType in create payload

* Added boundaryType for village and GP as well

* Changed boundayType to GP in url
  • Loading branch information
rakesh-wt-egov committed Apr 4, 2023
1 parent 38be912 commit 76326b8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ const Urls = {
location: {
localities: `/egov-location/location/v11/boundarys/_search?hierarchyTypeCode=ADMIN&boundaryType=Locality`,
revenue_localities: `/egov-location/location/v11/boundarys/_search?hierarchyTypeCode=REVENUE&boundaryType=Locality`,
gramPanchayats: `/egov-location/location/v11/boundarys/_search?hierarchyTypeCode=REVENUE&boundaryType=GramPanchayat`,
gramPanchayats: `/egov-location/location/v11/boundarys/_search?hierarchyTypeCode=REVENUE&boundaryType=GP`,
},

pgr_search: `/pgr-services/v2/request/_search`,
Expand Down

0 comments on commit 76326b8

Please sign in to comment.