Skip to content

Commit

Permalink
feat: 상품 검증 API 버전 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
Taewan-P committed Feb 5, 2024
1 parent 6fee319 commit 7e2ced5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ import retrofit2.http.Path

interface ProductAPI {

@POST("product/verify")
@POST("v1/product/verify")
suspend fun verifyLink(
@Body productUrl: ProductVerifyRequest
): Response<ProductVerifyResponse>
Expand Down

0 comments on commit 7e2ced5

Please sign in to comment.