Skip to content

Commit

Permalink
update :: update default url
Browse files Browse the repository at this point in the history
  • Loading branch information
4mjeo committed Mar 9, 2024
1 parent cf2ae7b commit 1ea20ab
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import org.springframework.web.bind.annotation.*

@Validated
@RestController
@RequestMapping("/user")
@RequestMapping("/oauth2/user")
class UserController(
private val userService: UserService
) {
Expand Down

0 comments on commit 1ea20ab

Please sign in to comment.