#441 [Feat] 광고 스웨거 탭에 운영 광고 도메인 추가 - #451
Merged
Merged
Conversation
- ad.picke.store 를 광고 그룹 서버 목록에 넣는다. 운영 광고 조회·클릭·랜딩을 받는 도메인인데 목록에 없어 스웨거에서 고를 수가 없었다. - 운영 API 서버(picke.store)와 별도 Railway 서비스라, 운영 광고를 조회하려면 이 도메인을 직접 골라야 한다. - 문서를 연 주소를 첫 번째로 두는 것은 그대로 둔다.
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
문제
운영 광고를 스웨거에서 조회할 방법이 없습니다. 광고 그룹의 서버 목록에
ad.picke.store가 아예 없습니다.세 도메인이 각각 다른 Railway 서비스입니다.
hqjtvzmxuz2tygnbu9l7w51v운영에서 광고를 받는 곳은
ad.picke.store인데, 목록에는picke.store만 있어 고를 수가 없었습니다.변경
https://ad.picke.store를 추가한다. 문서를 연 주소(/) 다음 순서에 둔다.검증
./gradlew test --tests "com.swyp.picke.domain.ad.*" --tests "com.swyp.picke.global.*" --rerun-tasks→ BUILD SUCCESSFULSwaggerAdGroupTest5건 통과 (failures 0, errors 0)이 PR 만으로는 운영 광고가 뜨지 않습니다
ad.picke.store서비스가 광고 코드가 없는 구 빌드로 돌고 있습니다. 스웨거 그룹이0. 모든 API / 1. 사용자 API / 2. 관리자 API뿐이고3. 광고 API가 없습니다./와/c/{code}모두 401 이라 클릭 리다이렉트와 랜딩이 동작하지 않습니다.별도로 필요한 조치입니다.
dev→main릴리스 (광고 기능이 dev 에만 있음)u9l7w51v서비스를 그 빌드로 재배포