Skip to content

Commit

Permalink
fix : SecurityConfig 생성 - swagger cors해결
Browse files Browse the repository at this point in the history
  • Loading branch information
genius00hwan committed Nov 28, 2024
1 parent 1d9e485 commit 57b144c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/main/java/icurriculum/global/config/SwaggerConfig.java
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@
import io.swagger.v3.oas.models.info.Info;
import io.swagger.v3.oas.models.servers.Server;
import org.springframework.context.annotation.Bean;
import org.springframework.context.annotation.Configuration;

@Configuration
public class SwaggerConfig {
@Bean
public OpenAPI openAPI() {
Expand Down

0 comments on commit 57b144c

Please sign in to comment.