Ignore:
Timestamp:
02/28/24 19:23:09 (15 months ago)
Author:
Aleksandar Panovski <apano77@…>
Branches:
main
Children:
cfc16a3
Parents:
65b6638
Message:

RetaurantServiceImpl problemi
isAvailable od tableEntity...

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/main/java/com/example/rezevirajmasa/demo/web/rest/testController.java

    r65b6638 r75f5086  
    6464        }
    6565
    66         List<Restaurant> filteredRestaurants = restaurantService.findRestaurantsByDateTimeAndPartySize(parsedDateTime, partySize, search);
     66        List<Restaurant> filteredRestaurants = restaurantService.findRestaurantsBySearchParams(parsedDateTime, partySize, search);
    6767
    6868        return new ResponseEntity<List<Restaurant>>(filteredRestaurants, HttpStatus.OK);
Note: See TracChangeset for help on using the changeset viewer.