Skip to content

Commit d58a1c1

Browse files
committed
[FEATURE] #149 : Apple login Redirect Uri 추가
1 parent c99f7b4 commit d58a1c1

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

ssolv-api-core/src/main/kotlin/org/depromeet/team3/auth/controller/AuthController.kt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,8 +91,6 @@ class AuthController(
9191
schema = Schema(
9292
type = "string",
9393
allowableValues = [
94-
"http://localhost:3000/auth/callback",
95-
"http://localhost:8080/auth/callback",
9694
"https://www.ssolv.site/auth/callback",
9795
"https://api.ssolv.site/auth/callback"
9896
]

0 commit comments

Comments
 (0)