Compare commits

..

1 Commits

Author SHA1 Message Date
4953346cc3 UserController annotated as @RestController (#1)
First PR

Reviewed-on: michal.filipczak/DemoApplication#1
Co-authored-by: michal.filipczak2 <michumgw@gmail.com>
Co-committed-by: michal.filipczak2 <michumgw@gmail.com>
2025-10-10 09:40:06 +00:00
2 changed files with 2 additions and 2 deletions

View File

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

View File

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