Compare commits

...

2 Commits

View File

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