Skip to content

Commit

Permalink
Fix: 잘못된 reqeust mapping 경로 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
dainnida committed Jan 23, 2025
1 parent e92ef67 commit b1068c2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
import java.util.List;

@RestController
@RequestMapping("/users/test/")
@RequestMapping("/users/test")
@RequiredArgsConstructor
@Tag(name = "UserTestController", description = "테스트 유저 생성 API")
public class UserTestController {
Expand Down

0 comments on commit b1068c2

Please sign in to comment.