Win
Some checks failed
Android Test / validate-and-test (pull_request) Has been cancelled

This commit is contained in:
Bhumi Shah
2025-12-05 20:56:00 +03:00
parent 884adb5d6e
commit bbd0182ae8

View File

@@ -15,11 +15,4 @@ public class App {
public static void main(String[] args) {
SpringApplication.run(App.class , args);
}
@RestController
public static class HomeController {
@GetMapping("/")
public String home() {
return "Сервер работает!";
}
}
}