Skip to content

Commit

Permalink
Update src/main/java/de/muenchen/dave/controller/GenerateCsvControlle…
Browse files Browse the repository at this point in the history
…r.java

Co-authored-by: DanielOber <[email protected]>
  • Loading branch information
Der-Alex-K and DanielOber authored Mar 26, 2024
1 parent 40a0a0d commit fb93633
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ public ResponseEntity<CsvDTO> generateCSV(
}

@PostMapping(value = "/generate-csv-mst")
public ResponseEntity<CsvDTO> generateCSV(
public ResponseEntity<CsvDTO> generateCSVMessstelle(
@RequestParam(value = REQUEST_PARAMETER_MESSSTELLE_ID) @NotEmpty final String messstelleId,
@Valid @RequestBody @NotNull final MessstelleOptionsDTO options) {
try {
Expand Down

0 comments on commit fb93633

Please sign in to comment.