111
k94314517
2024-01-23 8a7797cf8ba37fa1beec625209a6964a3668b994
server/company/src/main/java/com/doumee/api/business/SolutionsController.java
@@ -100,4 +100,5 @@
    public ApiResponse findById(@PathVariable Integer id) {
        return ApiResponse.success(solutionsService.findById(id));
    }
}