Skip to content

Commit

Permalink
Update TestBulletinController.java
Browse files Browse the repository at this point in the history
  • Loading branch information
practise30 committed Aug 21, 2024
1 parent 5724439 commit b3d3c05
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ public class TestBulletinController {

private final TestBulletinService service;

@PostMapping(value = "/test", consumes = MediaType.MULTIPART_FORM_DATA_VALUE, produces = MediaType.APPLICATION_JSON_VALUE)
@PostMapping(value = "/test", consumes = MediaType.MULTIPART_FORM_DATA_VALUE, produces = MediaType.APPLICATION_OCTET_STREAM_VALUE)
public void test(@RequestPart BulletinTestDto dto) {
service.uploadTestBulletin(dto);
}
Expand Down

0 comments on commit b3d3c05

Please sign in to comment.