main #8

Closed
student-18211 wants to merge 22 commits from student-18211/NTO-2025-Backend-TeamTask:main into main
Showing only changes of commit bbd0182ae8 - Show all commits

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 "Сервер работает!";
}
}
}