Skip to content

Commit

Permalink
add v1 to uri
Browse files Browse the repository at this point in the history
  • Loading branch information
leeeryboy authored Mar 9, 2024
1 parent 79b5d06 commit 39565b8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ import org.springframework.web.bind.annotation.RestController

//TODO: 정식 릴리즈 후에는 dev 서버에서만 가능하게
@RestController
@RequestMapping("/api")
@RequestMapping("/api/v1")
class DevAuthController(
private val authenticationManager: AuthenticationManager,
private val userRepository: UserRepository,
Expand Down

0 comments on commit 39565b8

Please sign in to comment.