UserController annotated as @RestController

This commit is contained in:
2025-10-10 09:35:59 +00:00
parent d38aa8dd4d
commit 7073cdfaae

View File

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