Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update annotation in MainController from @controller to @RestController
The update from @controller to @RestController in MainController.java allows automatic serialization of response objects into JSON. This simplifies the controller's implementation by obviating manual serialization handling.
- Loading branch information