Skip to content

Commit

Permalink
Make PoliciesRoute Path public
Browse files Browse the repository at this point in the history
Signed-off-by: David Schwilk <david.schwilk@bosch.io>
  • Loading branch information
DerSchwilk committed Sep 6, 2021
1 parent 19cc0e9 commit 66d82f4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ public final class PoliciesRoute extends AbstractRoute {

private static final String PATH_ACTIONS = "actions";

private static final String PATH_POLICIES = "policies";
public static final String PATH_POLICIES = "policies";
private static final String PATH_ENTRIES = "entries";

private static final Label DUMMY_LABEL = Label.of("-");
Expand Down

0 comments on commit 66d82f4

Please sign in to comment.