Skip to content

Commit bb44483

Browse files
committed
add
1 parent b479541 commit bb44483

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

java-spring-boot-ru/configuration/src/main/java/exercise/Application.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@ public List<String> indexAdmins() {
3939
return result;
4040
}
4141
// END
42-
4342
@GetMapping("/users")
4443
public List<User> index() {
4544
return users;

0 commit comments

Comments
 (0)