Skip to content

Commit

Permalink
#141 fix service dependency bug
Browse files Browse the repository at this point in the history
  • Loading branch information
kirillsinyuk committed Nov 6, 2023
1 parent 34ed7e0 commit fc34793
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
@RequestMapping(value = "api/stats")
public class StatsController {

@Autowired
UserService userService;

@Autowired
Expand Down

0 comments on commit fc34793

Please sign in to comment.