Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Replace @controller with @RestController in MainController
The @controller annotation was replaced with @RestController in MainController.java file. This change allows the controller to automatically serialize the response objects into JSON, simplifying the controller's implementation by removing the need to manually handle the serialization.
- Loading branch information