Skip to content

Commit

Permalink
Fix client
Browse files Browse the repository at this point in the history
  • Loading branch information
aryabokon committed Feb 1, 2024
1 parent 311e4bb commit 0bbf0dc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ interface EmployeeServiceClient {
@RequestLine("GET customers")
fun getCustomers(): Set<CustomerDTO>

@RequestLine("GET employees/working-days")
@RequestLine("GET employees/working-days&fromDate={fromDate}&toDate={toDate}")
fun getWorkingDays(
@Param("fromDate", expander = LocalDateExpander::class) fromDate: LocalDate,
@Param("toDate", expander = LocalDateExpander::class) toDate: LocalDate
Expand Down

0 comments on commit 0bbf0dc

Please sign in to comment.