Skip to content

Commit

Permalink
#141 fix service dependency bug (#142)
Browse files Browse the repository at this point in the history
Co-authored-by: Kirill Sinyuk <[email protected]>
  • Loading branch information
kirillsinyuk and kirillsinyuk authored Nov 6, 2023
1 parent 34ed7e0 commit 886e2f7
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 886e2f7

Please sign in to comment.