We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff7f9d6 commit 7aa69cdCopy full SHA for 7aa69cd
hopsworks-api/src/main/java/io/hops/hopsworks/rest/application/config/ApplicationConfig.java
@@ -134,7 +134,7 @@ public ApplicationConfig() {
134
register(io.hops.hopsworks.api.opensearch.OpenSearchResource.class);
135
136
//uncomment to allow Cross-Origin Resource Sharing
137
- register(io.hops.hopsworks.filters.AllowCORSFilter.class);
+ register(io.hops.hopsworks.filters.AllowCORSFilter.class);
138
139
//swagger
140
register(io.swagger.jaxrs.listing.ApiListingResource.class);
0 commit comments