We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 28317fc commit 7978dc3Copy full SHA for 7978dc3
1 file changed
src/main/java/com/example/devopstraining/controller/HelloController.java
@@ -4,7 +4,6 @@
4
import org.springframework.web.bind.annotation.PathVariable;
5
import org.springframework.web.bind.annotation.RequestMapping;
6
import org.springframework.web.bind.annotation.RestController;
7
-import java.util.List;
8
9
@RestController
10
@RequestMapping("/api")
@@ -24,4 +23,4 @@ public String helloWithName(@PathVariable final String name) {
24
23
public String health() {
25
return "Application is running";
26
}
27
-}
+}
0 commit comments