Compare commits

..

1 Commits

Author SHA1 Message Date
7073cdfaae UserController annotated as @RestController 2025-10-10 09:35:59 +00:00
2 changed files with 2 additions and 2 deletions

View File

@ -1,2 +1 @@
This is documentation of the project This is documentation of the project
Changes made on branch "new_feature"

View File

@ -1,4 +1,5 @@
package controller; package controller;
@RestController
public class UserController { public class UserController {
} }