Skip to content

Commit

Permalink
Merge pull request #39742 from gsmet/fix-rest-path
Browse files Browse the repository at this point in the history
Fix a remaining reference to quarkus.resteasy-reactive. prefix
  • Loading branch information
gsmet authored Mar 27, 2024
2 parents a31362d + 3a3d89d commit b087d1e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
import io.quarkus.runtime.annotations.ConfigRoot;
import io.smallrye.config.ConfigMapping;

@ConfigMapping(prefix = "quarkus.resteasy-reactive")
@ConfigMapping(prefix = "quarkus.rest")
@ConfigRoot(phase = ConfigPhase.BUILD_TIME)
public interface ResteasyReactiveServerConfig {

Expand Down

0 comments on commit b087d1e

Please sign in to comment.