Skip to content

Commit b55276e

Browse files
author
jetsaii
committed
Revert impl
1 parent 24c0ae8 commit b55276e

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-
StatsServiceImpl statsService;
12+
StatsService statsService;
1313

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

0 commit comments

Comments
 (0)