Skip to content

Commit

Permalink
Fix LimitsConfig.
Browse files Browse the repository at this point in the history
Signed-off-by: Yufei Cai <yufei.cai@bosch.io>
  • Loading branch information
yufei-cai committed Apr 14, 2022
1 parent 74012b4 commit ad15dde
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ public static final class Constants {
/**
* The config path expression common to to all config settings of the Things-Search service.
*/
public static final String THINGS_SEARCH_PATH = "things-search";
public static final String THINGS_SEARCH_PATH = "search";

private Constants() {
throw new AssertionError();
Expand Down

0 comments on commit ad15dde

Please sign in to comment.