Skip to content

Commit

Permalink
Publish snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
klymenko-galyna-ew committed Nov 23, 2023
1 parent 5bfa3ba commit d6bb862
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>

<groupId>com.extrawest</groupId>
<artifactId>Extrawest-OCPI-2.2.1-CPO-Server</artifactId>
<artifactId>extrawest-ocpi-2.2.1-cpo-server</artifactId>
<version>2023.11.21</version>

<name>Extrawest-OCPI-2.2.1-CPO-Server</name>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ protected HubClientInfoController(@Autowired HubClientInfoService hubClientInfoS
* @param limit Maximum number of objects to GET.
* @return List of all (or matching) ClientInfo objects.
*/
@GetMapping("/{date_from}/{date_to}/{offset}/{limit}")
@GetMapping
public ResponseEntity<ResponseFormat<List<ClientInfoDto>>> getClientInfoList(
@RequestParam(value = "date_from", required = false) LocalDateTime dateFrom,
@RequestParam(value = "date_to", required = false) LocalDateTime dateTo,
Expand Down

0 comments on commit d6bb862

Please sign in to comment.