Skip to content

Commit

Permalink
feat: add ping
Browse files Browse the repository at this point in the history
  • Loading branch information
HwanGonJang committed Feb 2, 2024
1 parent 1dc88ae commit 91410ea
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,11 @@ class AuthController(
private val userService: UserService,
private val argumentResolver: ArgumentResolver
) {
@GetMapping
fun ping(): String {
return "pong"
}

@Operation(
summary = "회원가입",
description = "회원가입 API입니다.",
Expand Down

0 comments on commit 91410ea

Please sign in to comment.