Skip to content

Commit

Permalink
♻ :: 패키지 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
Daybreak312 committed Dec 1, 2023
1 parent 7d267a7 commit a21f5cf
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package com.info.maeumgagym.auth.google.dto.response
package com.info.maeumgagym.auth.dto.response

data class GoogleInfoResponse(
val sub: String,
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package com.info.maeumgagym.auth.port.out

import com.info.maeumgagym.auth.google.dto.response.GoogleInfoResponse
import com.info.maeumgagym.auth.dto.response.GoogleInfoResponse

interface GetGoogleInfoPort {

Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package com.info.maeumgagym.auth.adapter

import com.info.common.WebAdapter
import com.info.maeumgagym.auth.google.dto.response.GoogleInfoResponse
import com.info.maeumgagym.auth.dto.response.GoogleInfoResponse
import com.info.maeumgagym.auth.port.out.GetGoogleInfoPort
import com.info.maeumgagym.feign.oauth.google.GoogleInfoClient

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package com.info.maeumgagym.feign.oauth.google

import com.info.maeumgagym.auth.google.dto.response.GoogleInfoResponse
import com.info.maeumgagym.auth.dto.response.GoogleInfoResponse
import com.info.maeumgagym.global.config.feign.FeignConfig
import org.springframework.cloud.openfeign.FeignClient
import org.springframework.web.bind.annotation.GetMapping
Expand Down

0 comments on commit a21f5cf

Please sign in to comment.