3 Commits

Author SHA1 Message Date
Mendalion
7cd385e8b6 Zmiana1 2025-10-16 13:34:11 +02:00
5f35c0339c Merge pull request 'Update README' (#1) from ignas2/costam1:new_feature into master
Gites
2025-10-16 11:03:01 +00:00
64407214e4 UserController annotated as RestController 2025-10-16 12:59:36 +02:00
2 changed files with 3 additions and 1 deletions

1
Readme
View File

@@ -0,0 +1 @@
Zmiana........

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 {
}