Skip to content

Commit

Permalink
fix(jans-config-api): sql configuration endpoints are not found #793 (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
duttarnab authored Feb 10, 2022
1 parent 263b76a commit d8f2ea9
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ public Set<Class<?>> getClasses() {
classes.add(StatResource.class);
classes.add(HealthCheckResource.class);
classes.add(OrganizationResource.class);
classes.add(SqlConfigurationResource.class);

return classes;
}
Expand Down

0 comments on commit d8f2ea9

Please sign in to comment.