Skip to content

Commit

Permalink
fix: sql configuration endpoints are not found #793
Browse files Browse the repository at this point in the history
  • Loading branch information
duttarnab committed Feb 10, 2022
1 parent 263b76a commit 509d485
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 509d485

Please sign in to comment.