-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[BE] fix(SwaggerConfig): ForwardedHeaderFilter 추가 (#111)
* fix(SwaggerConfig): ForwardedHeaderFilter 추가 - 리버스 프록시 뒤에서 동작하는 swagger에서 https 스키마를 자동 인식하지 못하는 문제 수정 * refactor(SwaggerConfig): API 버전 정보를 필드가 아닌 생성자에서 주입받도록 변경 * refactor(SwaggerConfig): `@Bean` 메서드들의 접근제어자를 `protected`로 변경 * chore: 서브모듈 업데이트 반영 * refactor(SwaggerConfig): 현재 불필요한 API 버전 필드 제거
- Loading branch information
Showing
2 changed files
with
8 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule security
updated
from e949a2 to efb440