Skip to content

Commit e865d48

Browse files
committed
temporary return null for root
1 parent 00fa121 commit e865d48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/example/lyrics_api_v2/controller/RootController.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@
77
public class RootController {
88
@GetMapping("/")
99
public String home() {
10-
return "Api is Running";
10+
return null;
1111
}
1212
}

0 commit comments

Comments
 (0)