UserController annotated as RestController

This commit is contained in:
2025-10-16 12:59:36 +02:00
parent f54ca310bb
commit 64407214e4

View File

@@ -1,8 +1,9 @@
package pytel.laby1.Controller;
import org.springframework.stereotype.Controller;
import org.springframework.web.bind.annotation.RestController;
@Controller
@RestController
public class UserController {
}