-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- 다시초기화 dev 환경에서도 돌아가게하려면 카카오 앱을 하나 더 만들어야함..
- Loading branch information
1 parent
1dc3bde
commit c7c930e
Showing
9 changed files
with
29 additions
and
24 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
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
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
9 changes: 0 additions & 9 deletions
9
application/app-api/src/main/java/core/startup/mealtoktok/api/auth/response/OAuthLogin.java
This file was deleted.
Oops, something went wrong.
9 changes: 9 additions & 0 deletions
9
application/app-api/src/main/java/core/startup/mealtoktok/api/dto/OAuthLoginResponse.java
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
package core.startup.mealtoktok.api.dto; | ||
|
||
public record OAuthLoginResponse( | ||
String link | ||
) { | ||
public static OAuthLoginResponse from(String link) { | ||
return new OAuthLoginResponse(link); | ||
} | ||
} |
2 changes: 1 addition & 1 deletion
2
...oktok/api/auth/request/SignupRequest.java → ...tup/mealtoktok/api/dto/SignupRequest.java
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
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
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
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