Skip to content

Commit

Permalink
refactor : 도메인 명 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
Kim-Dong-Jun99 committed Jun 13, 2024
1 parent 6fa42d2 commit d0eebcf
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
version = "1.0"
),
servers = {
@Server(url = "https://uliga.site", description = "server")
@Server(url = "http://ec2-3-39-25-152.ap-northeast-2.compute.amazonaws.com", description = "server")
}
)
@RequiredArgsConstructor
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,6 @@ public SecurityFilterChain filterChain(HttpSecurity http) throws Exception {
.requestMatchers("/income/**").authenticated()
.requestMatchers("/schedule/**").authenticated()
.requestMatchers("/swagger-ui/**").permitAll()
.requestMatchers(" /v3/api-docs/**").permitAll()
.requestMatchers("/v1/api-docs/**").permitAll()
.requestMatchers(HttpMethod.GET, "/rest-docs").permitAll()
);
Expand Down

0 comments on commit d0eebcf

Please sign in to comment.