Package io.quarkus.devui.deployment
Interface DevUIConfig.Cors
- Enclosing interface:
DevUIConfig
public static interface DevUIConfig.Cors
-
Method Summary
-
Method Details
-
enabled
@WithDefault("true") boolean enabled()Enable CORS filter.
-
DevUIConfig