Skip to content

Commit

Permalink
Merge branch 'cbrelease-4.8.9' of github.com:sunbird-cb/sunbird-cb-ex…
Browse files Browse the repository at this point in the history
…t into cbrelease-4.8.9
  • Loading branch information
saipradeep_ravipati committed Dec 4, 2023
2 parents ed4f98a + c236610 commit 40b1363
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ public ResponseEntity<?> getFileInfo(@PathVariable("orgId") String orgId) {
return storageService.getFileInfo(orgId);
}

@PostMapping("{cloudFolderName}/profilePhotoUpload")
@PostMapping("/profilePhotoUpload/{cloudFolderName}")
public ResponseEntity<?> profileUpload(@PathVariable("cloudFolderName") String cloudFolderName,@RequestParam(value = "file", required = true) MultipartFile multipartFile)
throws IOException {
SBApiResponse uploadResponse = storageService.uploadFile(multipartFile, cloudFolderName, serverConfig.getCloudProfileImageContainerName());
Expand Down

0 comments on commit 40b1363

Please sign in to comment.