Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Thoroldvix committed Jul 24, 2023
1 parent 43b1c3f commit 71e994a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
@RequestMapping("/wow-classic/api/v1/items")
@Validated
@RequiredArgsConstructor
class ItemsController {
class ItemController {

private final ItemService itemService;

Expand Down

0 comments on commit 71e994a

Please sign in to comment.