+ categories sort + analytics
This commit is contained in:
@@ -35,7 +35,7 @@ class BudgetController(
|
||||
|
||||
@GetMapping("/{id}")
|
||||
fun getBudget(@PathVariable id: String): Mono<BudgetDTO> {
|
||||
|
||||
logger.info("here }")
|
||||
return budgetService.getBudget(id)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user