Skip to content

Commit e948720

Browse files
authored
fix path to category suggestions (#175)
1 parent 6f88b33 commit e948720

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main/java/com/redhat/labs/lodestar/rest/client/CategoryApiClient.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ public interface CategoryApiClient {
2121
List<Category> getCategories(@QueryParam("engagementUuid") String engagementUuidOption);//, @BeanParam PageFilter pageFilter
2222

2323
@GET
24+
@Path("suggest")
2425
Set<String> getCategorySuggestions(@QueryParam("partial") String partial);
2526

2627
@GET

0 commit comments

Comments
 (0)