Skip to content

Commit

Permalink
fix: uri 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
leeeryboy committed Feb 22, 2024
1 parent 0c2ed11 commit f1a0599
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("/dev")
@RequestMapping("/api")
class DevAuthController(
private val authenticationManager: AuthenticationManager,
private val userRepository: UserRepository,
Expand Down

0 comments on commit f1a0599

Please sign in to comment.