Skip to content

Commit

Permalink
Merge pull request #31 from everymeals/feature/user-signup
Browse files Browse the repository at this point in the history
Dev 환경 Mongo 테스트 (#13)
  • Loading branch information
Qbeom0925 authored Sep 11, 2023
2 parents ec6d93f + 4842553 commit d85b782
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ public ApplicationResponse<Boolean> signUp(
@RequestBody
@Schema(
description = "유저의 기기 고유 번호",
defaultValue = "1234567890",
defaultValue = "123456789",
example = "1234567890")
String userDeviceId) {
return ApplicationResponse.ok(userService.signUp(userDeviceId));
Expand Down

0 comments on commit d85b782

Please sign in to comment.