Skip to content
This repository was archived by the owner on Apr 5, 2024. It is now read-only.

Commit 9e7c846

Browse files
committed
Removed stage again.
1 parent 4b6508c commit 9e7c846

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/de/filefighter/rest/configuration/CorsConfig.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
public class CorsConfig {
1414

1515
@Bean
16-
@Profile({"dev","stage"})
16+
@Profile("dev")
1717
public CorsFilter corsFilter() {
1818
final CorsConfiguration config = new CorsConfiguration().applyPermitDefaultValues();
1919
ArrayList<String> allowedOrigins = new ArrayList<>();

0 commit comments

Comments
 (0)