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 c18ed5b commit 18be326Copy full SHA for 18be326
api/src/main/java/io/kafbat/ui/config/CorsProperties.java
@@ -4,9 +4,9 @@
4
import org.springframework.stereotype.Component;
5
import lombok.Data;
6
7
+@Data
8
@Component
9
@ConfigurationProperties(prefix = "cors")
-@Data
10
11
public class CorsProperties {
12
0 commit comments