From 7fb2b8d08e33d8aa3fbea3e9b07e3298bdd40c1d Mon Sep 17 00:00:00 2001 From: karthik-tarento Date: Wed, 17 Apr 2024 12:13:14 +0530 Subject: [PATCH] Added imgUrl property for sector --- src/main/resources/application.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties index 3aeace345..ff7af9b37 100644 --- a/src/main/resources/application.properties +++ b/src/main/resources/application.properties @@ -122,7 +122,7 @@ km.framework.term.create.path=v1/framework/term/create igot.taxonomy.framework.name=igot igot.taxonomy.category.name=Taxonomy sector.category.name=testsector -sector.category.fields=identifier,code,name,description,appIcon +sector.category.fields=identifier,code,name,description,appIcon,imgUrl sub.sector.category.fields=identifier,code,name,description,appIcon #FRAC EndPoints