Skip to content

Commit 24c0ae8

Browse files
author
jetsaii
committed
Change impl
1 parent 67baa77 commit 24c0ae8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/leetcode/api/UserController.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
@RestController
1010
public class UserController {
1111
@Autowired
12-
StatsService statsService;
12+
StatsServiceImpl statsService;
1313

1414
@GetMapping(value ={"/{username}", "/"})
1515
public StatsResponse getStats(@PathVariable Optional<String> username) {

0 commit comments

Comments
 (0)